Searched refs:hasPreprocessor (Results 1 – 5 of 5) sorted by relevance
80 assert(CI.hasPreprocessor() && "No PP!"); in ExecuteAction()
956 CI.hasPreprocessor()) { in Execute()980 if (CI.hasPreprocessor()) in EndSourceFile()1041 if (!CI.hasPreprocessor()) in ExecuteAction()
2102 hasPreprocessor()) { in loadGlobalModuleIndex()
1444 if (CI.hasPreprocessor()) in transferASTDataFromCompilerInstance()
438 bool hasPreprocessor() const { return PP != nullptr; } in hasPreprocessor() function