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