Lines Matching refs:getCurLexicalContext
2739 SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(), in ValidateCandidate()
2761 return SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(), in ValidateCandidate()
2828 !getCurLexicalContext()->isTranslationUnit()) { in ActOnOpenMPIdExpression()
2843 !CanonicalVD->getDeclContext()->Equals(getCurLexicalContext())) { in ActOnOpenMPIdExpression()
2858 (!getCurLexicalContext()->isFileContext() || in ActOnOpenMPIdExpression()
2859 !getCurLexicalContext()->Encloses(CanonicalVD->getDeclContext()))) { in ActOnOpenMPIdExpression()
2873 !isDeclInScope(ND, getCurLexicalContext(), CurScope)) { in ActOnOpenMPIdExpression()
3015 D = OMPThreadPrivateDecl::Create(Context, getCurLexicalContext(), Loc, in CheckOMPThreadPrivateDecl()
3175 Owner = getCurLexicalContext(); in ActOnOpenMPAllocateDirective()
3230 return OMPRequiresDecl::Create(Context, getCurLexicalContext(), Loc, in CheckOMPRequiresDecl()
18582 DeclContext *CurLexicalContext = getCurLexicalContext(); in ActOnStartOpenMPDeclareTargetDirective()