Searched refs:hasPreprocessor (Results 1 – 7 of 7) sorted by relevance
36 if (!CI.hasPreprocessor()) in ExecuteAction()
63 if (!Clang.hasPreprocessor()) in createMissingComponents()
808 assert(CI.hasPreprocessor() && in BeginSourceFile()1042 CI.hasPreprocessor()) { in Execute()1066 if (CI.hasPreprocessor()) in EndSourceFile()1127 if (!CI.hasPreprocessor()) in ExecuteAction()
2206 hasPreprocessor()) { in loadGlobalModuleIndex()
1442 if (CI.hasPreprocessor()) in transferASTDataFromCompilerInstance()
86 assert(CI.hasPreprocessor() && "No PP!"); in ExecuteAction()
439 bool hasPreprocessor() const { return PP != nullptr; } in hasPreprocessor() function