Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h107 std::unique_ptr<DependencyDirectivesGetter> GetDependencyDirectives; variable
697 GetDependencyDirectives = std::move(Getter); in setDependencyDirectivesGetter()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp95 if (GetDependencyDirectives && FID != PredefinesFileID) in EnterSourceFile()
97 if (auto MaybeDepDirectives = (*GetDependencyDirectives)(*File)) in EnterSourceFile()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp536 if (GetDependencyDirectives) in createPreprocessor()
537 PP->setDependencyDirectivesGetter(*GetDependencyDirectives); in createPreprocessor()
1252 if (GetDependencyDirectives) in cloneForModuleCompileImpl()
1253 Instance.GetDependencyDirectives = in cloneForModuleCompileImpl()
1254 GetDependencyDirectives->cloneFor(Instance.getFileManager()); in cloneForModuleCompileImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h155 DependencyDirectivesGetter *GetDependencyDirectives = nullptr; variable
1353 GetDependencyDirectives = &Get; in setDependencyDirectivesGetter()