Searched refs:pushExternalDeclIntoScope (Results 1 – 2 of 2) sorted by relevance
1698 void pushExternalDeclIntoScope(NamedDecl *D, DeclarationName Name);
8859 pushExternalDeclIntoScope(D, D->getDeclName()); in InitializeSema()9537 pushExternalDeclIntoScope(D, II); in SetGloballyVisibleDecls()10331 pushExternalDeclIntoScope(cast<NamedDecl>(TLD->second[I]), II); in finishPendingActions()10964 void ASTReader::pushExternalDeclIntoScope(NamedDecl *D, DeclarationName Name) { in pushExternalDeclIntoScope() function in ASTReader