Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1427 void pushExternalDeclIntoScope(NamedDecl *D, DeclarationName Name);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7771 pushExternalDeclIntoScope(D, D->getDeclName()); in InitializeSema()
8348 pushExternalDeclIntoScope(D, II); in SetGloballyVisibleDecls()
9296 pushExternalDeclIntoScope(cast<NamedDecl>(TLD->second[I]), II); in finishPendingActions()
11578 void ASTReader::pushExternalDeclIntoScope(NamedDecl *D, DeclarationName Name) { in pushExternalDeclIntoScope() function in ASTReader
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2421 void pushExternalDeclIntoScope(NamedDecl *D, DeclarationName Name);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp1402 void Sema::pushExternalDeclIntoScope(NamedDecl *D, DeclarationName Name) { in pushExternalDeclIntoScope() function in Sema