Lines Matching refs:getCurLexicalContext
3050 SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(), in ValidateCandidate()
3071 return SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(), in ValidateCandidate()
3141 !SemaRef.getCurLexicalContext()->isTranslationUnit()) { in ActOnOpenMPIdExpression()
3156 !CanonicalVD->getDeclContext()->Equals(SemaRef.getCurLexicalContext())) { in ActOnOpenMPIdExpression()
3171 (!SemaRef.getCurLexicalContext()->isFileContext() || in ActOnOpenMPIdExpression()
3172 !SemaRef.getCurLexicalContext()->Encloses( in ActOnOpenMPIdExpression()
3187 !SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(), CurScope)) { in ActOnOpenMPIdExpression()
3331 D = OMPThreadPrivateDecl::Create(Context, SemaRef.getCurLexicalContext(), in CheckOMPThreadPrivateDecl()
3506 Owner = SemaRef.getCurLexicalContext(); in ActOnOpenMPAllocateDirective()
3621 getASTContext(), SemaRef.getCurLexicalContext(), Loc, ClauseList); in CheckOMPRequiresDecl()
22073 DeclContext *CurLexicalContext = SemaRef.getCurLexicalContext(); in ActOnStartOpenMPDeclareTargetContext()