Searched defs:pushExternalDeclIntoScope (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDecl.cpp1103 void Sema::pushExternalDeclIntoScope(NamedDecl *D, DeclarationName Name) { function in class:Sema
/external/clang/lib/Serialization/
H A DASTReader.cpp6113 pushExternalDeclIntoScope(PreloadedDecls[I],
6528 pushExternalDeclIntoScope(D, II);
7324 pushExternalDeclIntoScope(cast<NamedDecl>(TLD->second[I]), II);
7464 void ASTReader::pushExternalDeclIntoScope(NamedDecl *D, DeclarationName Name) { function in class:ASTReader

Completed in 132 milliseconds