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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp388 Actions.isDeclInScope(ND, Actions.getCurLexicalContext(),
450 !getCurLexicalContext()->isTranslationUnit()) {
464 !CanonicalVD->getDeclContext()->Equals(getCurLexicalContext())) {
478 (!getCurLexicalContext()->isFileContext() ||
479 !getCurLexicalContext()->Encloses(CanonicalVD->getDeclContext()))) {
492 !isDeclInScope(ND, getCurLexicalContext(), CurScope)) {
572 getCurLexicalContext(),
H A DSemaDeclObjC.cpp3318 if (isa<TranslationUnitDecl>(getCurLexicalContext()->getRedeclContext()))
H A DSemaDeclAttr.cpp5284 if (isDeclDeprecated(cast<Decl>(getCurLexicalContext())))
H A DSemaDecl.cpp11162 if (getCurLexicalContext()->isObjCContainer() &&
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7999 DeclContext *getCurLexicalContext() const { function in class:clang::Sema
8006 const DeclContext *DC = getCurLexicalContext();

Completed in 227 milliseconds