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

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

Completed in 88 milliseconds