Searched refs:EnterDeclaratorContext (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp937 EnterDeclaratorContext(S, DC);
H A DSemaDecl.cpp819 /// EnterDeclaratorContext - Used when we must lookup names in the context
822 void Sema::EnterDeclaratorContext(Scope *S, DeclContext *DC) { function in class:Sema
855 // enforced by an assert in EnterDeclaratorContext.
H A DSemaDeclCXX.cpp10708 EnterDeclaratorContext(S, D->getDeclContext());
/external/clang/include/clang/Sema/
H A DSema.h1394 /// EnterDeclaratorContext - Used when we must lookup names in the context
1396 void EnterDeclaratorContext(Scope *S, DeclContext *DC);

Completed in 73 milliseconds