Searched refs:hasPreprocessor (Results 1 – 5 of 5) sorted by relevance
984 assert(CI.hasPreprocessor() && in BeginSourceFile()1226 CI.hasPreprocessor()) { in Execute()1247 if (CI.hasPreprocessor()) in EndSourceFile()1274 if (CI.hasPreprocessor()) { in EndSourceFile()1320 if (!CI.hasPreprocessor()) in ExecuteAction()
2298 hasPreprocessor()) { in loadGlobalModuleIndex()
1492 if (CI.hasPreprocessor()) in transferASTDataFromCompilerInstance()
65 if (!Clang.hasPreprocessor()) in createMissingComponents()
478 bool hasPreprocessor() const { return PP != nullptr; } in hasPreprocessor() function