Searched refs:hasPreprocessor (Results 1 – 5 of 5) sorted by relevance
34 if (!CI.hasPreprocessor()) in ExecuteAction()
462 CI.hasPreprocessor()) { in Execute()480 if (CI.hasPreprocessor()) in EndSourceFile()539 if (!CI.hasPreprocessor()) in ExecuteAction()
723 hasPreprocessor() ? &getPreprocessor().getHeaderSearchInfo() : nullptr, in InitializeSourceManager()1693 hasPreprocessor()) { in loadGlobalModuleIndex()
1672 if (CI.hasPreprocessor()) in transferASTDataFromCompilerInstance()
430 bool hasPreprocessor() const { return PP != nullptr; } in hasPreprocessor() function