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

/external/clang/lib/Sema/
H A DSemaDecl.cpp1023 void Sema::PushDeclContext(Scope *S, DeclContext *DC) { function in class:Sema
1053 // PushDeclContext here because that context is not necessarily
1090 // Same implementation as PushDeclContext, but enters the context
9927 PushDeclContext(FnBodyScope, FD);
11513 PushDeclContext(S, Tag);

Completed in 166 milliseconds