Searched refs:ThisContext (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProf.h | 697 auto ThisContext = FullContext; 699 if (ThatContext.size() < ThisContext.size()) 701 ThatContext = ThatContext.take_front(ThisContext.size()); 703 if (ThisContext.back().Func != ThatContext.back().Func) 706 return ThisContext.drop_back() == ThatContext.drop_back();
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 337 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(FD->getDeclContext()); in instantiateOMPDeclareSimdDeclAttr() local 351 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), in instantiateOMPDeclareSimdDeclAttr() 420 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(FD->getDeclContext()); in instantiateOMPDeclareVariantAttr() local 422 auto &&SubstExpr = [FD, ThisContext, &S, &TemplateArgs](Expr *E) { in instantiateOMPDeclareVariantAttr() 432 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), in instantiateOMPDeclareVariantAttr() 884 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(ND->getDeclContext()); in InstantiateAttrs() local 885 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), in InstantiateAttrs() 3695 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(Owner); in VisitOMPDeclareReductionDecl() local 3696 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(), in VisitOMPDeclareReductionDecl() 3697 ThisContext); in VisitOMPDeclareReductionDecl() [all …]
|
H A D | SemaTemplateInstantiate.cpp | 1611 CXXRecordDecl *ThisContext, 2408 CXXRecordDecl *ThisContext, in TransformFunctionProtoType() argument 2414 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec); in TransformFunctionProtoType() 2882 CXXRecordDecl *ThisContext, in SubstFunctionDeclType() argument 2910 TLB, Proto, ThisContext, ThisTypeQuals, in SubstFunctionDeclType() 3585 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(ND->getDeclContext()); in InstantiateClass() local 3586 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), in InstantiateClass()
|
H A D | SemaTemplateDeduction.cpp | 2993 CXXRecordDecl *ThisContext = nullptr; in ConvertDeducedTemplateArguments() local 2997 ThisContext = Method->getParent(); in ConvertDeducedTemplateArguments() 3001 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, ThisTypeQuals, in ConvertDeducedTemplateArguments() 3555 CXXRecordDecl *ThisContext = nullptr; in SubstituteExplicitTemplateArguments() local 3557 ThisContext = Method->getParent(); in SubstituteExplicitTemplateArguments() 3561 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
|
H A D | TreeTransform.h | 679 CXXRecordDecl *ThisContext, 6199 TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext, in TransformFunctionProtoType() argument 6233 SemaRef, !ThisContext && RD ? RD : ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 13278 SourceLocation Loc, DeclarationName Entity, CXXRecordDecl *ThisContext,
|