Searched refs:SetExternalVisibleDeclsForName (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp54 // from an external source. SetExternalVisibleDeclsForName() adds them.
61 return !SetExternalVisibleDeclsForName(DC, Name, decls).empty();
H A DClangASTSource.cpp141 SetExternalVisibleDeclsForName(decl_ctx, clang_decl_name, method_decls);
178 SetExternalVisibleDeclsForName(decl_ctx, clang_decl_name, name_decls);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h146 /// and add them to the context by calling SetExternalVisibleDeclsForName
310 SetExternalVisibleDeclsForName(const DeclContext *DC,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp524 SetExternalVisibleDeclsForName(DC, Name, Decls);
H A DDeclBase.cpp1390 ExternalASTSource::SetExternalVisibleDeclsForName(const DeclContext *DC, function in class:ExternalASTSource
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7612 SetExternalVisibleDeclsForName(DC, Name, Decls);
7634 SetExternalVisibleDeclsForName(DC, I->first, I->second);

Completed in 209 milliseconds