|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/AST/ExternalASTSource.h 330 SetExternalVisibleDeclsForName(const DeclContext *DC,
References
tools/clang/lib/AST/ExternalASTMerger.cpp 526 SetExternalVisibleDeclsForName(DC, Name, Decls);
tools/clang/lib/Serialization/ASTReader.cpp 8072 SetExternalVisibleDeclsForName(DC, Name, Decls);
8094 SetExternalVisibleDeclsForName(DC, I->first, I->second);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp 222 SetExternalVisibleDeclsForName(decl_ctx, clang_decl_name, method_decls);
263 SetExternalVisibleDeclsForName(decl_ctx, clang_decl_name, name_decls);
tools/lldb/source/Symbol/ClangExternalASTSourceCallbacks.cpp 54 SetExternalVisibleDeclsForName(decl_ctx, clang_decl_name, results);