Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1514 void pushExternalDeclIntoScope(NamedDecl *D, DeclarationName Name);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8193 pushExternalDeclIntoScope(D, D->getDeclName()); in InitializeSema()
8842 pushExternalDeclIntoScope(D, II); in SetGloballyVisibleDecls()
9581 pushExternalDeclIntoScope(cast<NamedDecl>(TLD->second[I]), II); in finishPendingActions()
10141 void ASTReader::pushExternalDeclIntoScope(NamedDecl *D, DeclarationName Name) { in pushExternalDeclIntoScope() function in ASTReader