Searched refs:ForEachMatchingDC (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 277 void ExternalASTMerger::ForEachMatchingDC(const DeclContext *DC, in ForEachMatchingDC() function in ExternalASTMerger 307 ForEachMatchingDC(Tag, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() 324 ForEachMatchingDC( in CompleteType() 345 ForEachMatchingDC(Interface, in CanComplete() 484 ForEachMatchingDC(DC, in FindExternalVisibleDeclsByName() 526 ForEachMatchingDC(DC, [&](ASTImporter &Forward, ASTImporter &Reverse, in FindExternalLexicalDecls()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExternalASTMerger.h | 191 void ForEachMatchingDC(const DeclContext *DC, CallbackType Callback);
|