Home
last modified time | relevance | path

Searched refs:CreateAndAttachToPreprocessor (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Frontend/
H A DUtils.h115 static DependencyFileGenerator *CreateAndAttachToPreprocessor(
/aosp_15_r20/external/clang/lib/Frontend/
H A DDependencyFile.cpp233 DependencyFileGenerator *DependencyFileGenerator::CreateAndAttachToPreprocessor( in CreateAndAttachToPreprocessor() function in DependencyFileGenerator
H A DCompilerInstance.cpp349 DependencyFileGenerator::CreateAndAttachToPreprocessor(*PP, DepOpts)); in createPreprocessor()
/aosp_15_r20/frameworks/compile/slang/
Dslang.cpp378 clang::DependencyFileGenerator::CreateAndAttachToPreprocessor(*mPP.get(), DepOpts); in generateDepFile()