Home
last modified time | relevance | path

Searched defs:PCH (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorOptions.h51 PCH = 0x1, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp330 StringRef PCH; in ExtractPCH() local
H A DCGDebugInfo.h394 void setPCHDescriptor(ASTSourceDescriptor PCH) { PCHDescriptor = PCH; } in setPCHDescriptor()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnt.d36 alias char* PSZ, PCHAR, PCCHAR, LPCH, PCH, LPSTR, PSTR; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5007 static ASTFileSignature readASTFileSignature(StringRef PCH) { in readASTFileSignature()