Searched refs:ForEachMatchingDC (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 195 void ExternalASTMerger::ForEachMatchingDC(const DeclContext *DC, in ForEachMatchingDC() function in ExternalASTMerger 225 ForEachMatchingDC(Tag, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() 242 ForEachMatchingDC( in CompleteType() 263 ForEachMatchingDC(Interface, in CanComplete() 388 ForEachMatchingDC(DC, [&](ASTImporter &Forward, ASTImporter &Reverse, in FindExternalVisibleDeclsByName() 423 ForEachMatchingDC(DC, [&](ASTImporter &Forward, ASTImporter &Reverse, in FindExternalLexicalDecls()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExternalASTMerger.h | 164 void ForEachMatchingDC(const DeclContext *DC, CallbackType Callback);
|