Searched refs:getCurLexicalContext (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOpenMP.cpp41 Actions.isDeclInScope(ND, Actions.getCurLexicalContext(),
119 if (!isDeclInScope(ND, getCurLexicalContext(), CurScope)) {
198 getCurLexicalContext(),
H A DSemaDeclObjC.cpp3298 if (isa<TranslationUnitDecl>(getCurLexicalContext()->getRedeclContext()))
H A DSemaDeclAttr.cpp5361 if (isDeclDeprecated(cast<Decl>(getCurLexicalContext())))
H A DSemaDecl.cpp10865 if (getCurLexicalContext()->isObjCContainer() &&
/external/clang/include/clang/Sema/
H A DSema.h7785 DeclContext *getCurLexicalContext() const { function in class:clang::Sema
7792 const DeclContext *DC = getCurLexicalContext();

Completed in 196 milliseconds