Searched refs:PCH (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorOptions.h51 PCH = 0x1, member in class:clang::DisableValidationForModuleKind
57 All = PCH | Module,
78 /// When true, we are creating or using a PCH where a #pragma hdrstop is
79 /// expected to indicate the beginning or end of the PCH.
82 /// When true, we are creating a PCH or creating the PCH object while
84 /// missing #pragma hdrstop, which generates a PCH for the whole file,
85 /// and creates an empty PCH object.
90 /// MSVC-style precompiled headers. When creating a PCH, after the #include
91 /// of this header, the PCH generatio
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DChainedIncludesSource.cpp89 /*isysroot=*/"", DisableValidationForModuleKind::PCH));
98 // Set the predefines buffer as suggested by the PCH reader.
133 DisableValidationForModuleKind::PCH;
H A DPrecompiledPreamble.cpp60 // We want only the PCH file from the real filesystem to be available,
808 DisableValidationForModuleKind::PCH;
820 // Make sure we can access the PCH file even if we're using a VFS
830 // figure out what to do with missing PCH.
835 // read files, but the PCH was generated in the real file system.
871 return "Could not create temporary file for PCH";
877 return "Could not emit PCH";
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp250 // PCH files don't have a signature field in the control block,
294 // Print the IR for the PCH container to the debug output.
330 StringRef PCH; local
359 PCH = Buffer.getBuffer();
363 return PCH;
H A DCGDebugInfo.h394 void setPCHDescriptor(ASTSourceDescriptor PCH) { PCHDescriptor = PCH; } argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp260 // PCH validator implementation
1388 /// and the PCH file was moved from its original location, try to resolve the
1389 /// file by assuming that header+PCH were moved together and the header is in
1390 /// the same place relative to the PCH.
1396 "No point trying to resolve the file if the PCH dir didn't change");
1620 // Otherwise we have a PCH. It's considered to be "imported" at the first
2226 // If a PCH is loaded and validation is disabled for PCH then disable
2227 // validation for the PCH and the modules it loads.
2234 return bool(DisableValidationKind & DisableValidationForModuleKind::PCH);
5007 readASTFileSignature(StringRef PCH) argument
[all...]

Completed in 223 milliseconds