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

/external/clang/lib/Frontend/
H A DASTUnit.cpp162 static const std::string &getPreambleFile(const ASTUnit *AU) { function
1122 PreprocessorOpts.ImplicitPCHInclude = getPreambleFile(this);
1147 std::string ModName = getPreambleFile(this);
2066 if (!getPreambleFile(this).empty() || PreambleRebuildCounter > 0)
2431 if (!getPreambleFile(this).empty()) {
2454 PreprocessorOpts.ImplicitPCHInclude = getPreambleFile(this);

Completed in 50 milliseconds