Searched refs:hasPreprocessor (Results 1 – 6 of 6) sorted by relevance
63 if (!Clang.hasPreprocessor()) in createMissingComponents()
820 assert(CI.hasPreprocessor() && in BeginSourceFile()1063 CI.hasPreprocessor()) { in Execute()1087 if (CI.hasPreprocessor()) in EndSourceFile()1148 if (!CI.hasPreprocessor()) in ExecuteAction()
2213 hasPreprocessor()) { in loadGlobalModuleIndex()
1470 if (CI.hasPreprocessor()) in transferASTDataFromCompilerInstance()
90 assert(CI.hasPreprocessor() && "No PP!"); in ExecuteAction()
441 bool hasPreprocessor() const { return PP != nullptr; } in hasPreprocessor() function