Home
last modified time | relevance | path

Searched refs:getPreambleFile (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp164 static const std::string &getPreambleFile(const ASTUnit *AU) { in getPreambleFile() function
1113 PreprocessorOpts.ImplicitPCHInclude = getPreambleFile(this); in Parse()
1138 std::string ModName = getPreambleFile(this); in Parse()
2032 if (!getPreambleFile(this).empty() || PreambleRebuildCounter > 0) in Reparse()
2401 if (!getPreambleFile(this).empty()) { in CodeComplete()
2424 PreprocessorOpts.ImplicitPCHInclude = getPreambleFile(this); in CodeComplete()