Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1442 void pushExternalDeclIntoScope(NamedDecl *D, DeclarationName Name);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7859 pushExternalDeclIntoScope(D, D->getDeclName()); in InitializeSema()
8492 pushExternalDeclIntoScope(D, II); in SetGloballyVisibleDecls()
9211 pushExternalDeclIntoScope(cast<NamedDecl>(TLD->second[I]), II); in finishPendingActions()
11591 void ASTReader::pushExternalDeclIntoScope(NamedDecl *D, DeclarationName Name) { in pushExternalDeclIntoScope() function in ASTReader