Searched refs:hasPreprocessor (Results 1 – 6 of 6) sorted by relevance
64 if (!Clang.hasPreprocessor()) in createMissingComponents()
827 assert(CI.hasPreprocessor() && in BeginSourceFile()1074 CI.hasPreprocessor()) { in Execute()1098 if (CI.hasPreprocessor()) in EndSourceFile()1162 if (!CI.hasPreprocessor()) in ExecuteAction()
2238 hasPreprocessor()) { in loadGlobalModuleIndex()
1479 if (CI.hasPreprocessor()) in transferASTDataFromCompilerInstance()
164 assert(CI.hasPreprocessor() && "No PP!"); in ExecuteAction()
468 bool hasPreprocessor() const { return PP != nullptr; } in hasPreprocessor() function