Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTUnit.cpp162 static const std::string &getPreambleFile(const ASTUnit *AU) { in getPreambleFile() function
1183 PreprocessorOpts.ImplicitPCHInclude = getPreambleFile(this); in Parse()
1208 std::string ModName = getPreambleFile(this); in Parse()
2102 if (!getPreambleFile(this).empty() || PreambleRebuildCounter > 0) in Reparse()
2475 if (!getPreambleFile(this).empty()) { in CodeComplete()
2498 PreprocessorOpts.ImplicitPCHInclude = getPreambleFile(this); in CodeComplete()