Searched refs:hasPreprocessor (Results 1 – 4 of 4) sorted by relevance
940 CI.hasPreprocessor()) { in Execute()958 if (CI.hasPreprocessor()) in EndSourceFile()1019 if (!CI.hasPreprocessor()) in ExecuteAction()
820 hasPreprocessor() ? &getPreprocessor().getHeaderSearchInfo() : nullptr, in InitializeSourceManager()2056 hasPreprocessor()) { in loadGlobalModuleIndex()
1429 if (CI.hasPreprocessor()) in transferASTDataFromCompilerInstance()
446 bool hasPreprocessor() const { return PP != nullptr; } in hasPreprocessor() function