Searched refs:hasPreprocessor (Results 1 – 6 of 6) sorted by relevance
65 if (!Clang.hasPreprocessor()) in createMissingComponents()
836 assert(CI.hasPreprocessor() && in BeginSourceFile()1083 CI.hasPreprocessor()) { in Execute()1107 if (CI.hasPreprocessor()) in EndSourceFile()1171 if (!CI.hasPreprocessor()) in ExecuteAction()
2282 hasPreprocessor()) { in loadGlobalModuleIndex()
1492 if (CI.hasPreprocessor()) in transferASTDataFromCompilerInstance()
164 assert(CI.hasPreprocessor() && "No PP!"); in ExecuteAction()
492 bool hasPreprocessor() const { return PP != nullptr; } in hasPreprocessor() function