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

/external/clang/lib/Frontend/
H A DASTUnit.cpp161 static const std::string &getPreambleFile(const ASTUnit *AU) { function
1100 PreprocessorOpts.ImplicitPCHInclude = getPreambleFile(this);
1125 std::string ModName = getPreambleFile(this);
2014 if (!getPreambleFile(this).empty() || PreambleRebuildCounter > 0)
2382 if (!getPreambleFile(this).empty()) {
2405 PreprocessorOpts.ImplicitPCHInclude = getPreambleFile(this);

Completed in 105 milliseconds