Home
last modified time | relevance | path

Searched refs:ThisContext (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp295 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(FD->getDeclContext()); in instantiateOMPDeclareSimdDeclAttr() local
309 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), in instantiateOMPDeclareSimdDeclAttr()
378 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(FD->getDeclContext()); in instantiateOMPDeclareVariantAttr() local
380 auto &&SubstExpr = [FD, ThisContext, &S, &TemplateArgs](Expr *E) { in instantiateOMPDeclareVariantAttr()
390 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), in instantiateOMPDeclareVariantAttr()
737 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(ND->getDeclContext()); in InstantiateAttrs() local
738 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), in InstantiateAttrs()
2291 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(Owner); in VisitCXXMethodDecl() local
2292 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, in VisitCXXMethodDecl()
2293 D->getMethodQualifiers(), ThisContext); in VisitCXXMethodDecl()
[all …]
H A DSemaTemplateInstantiate.cpp1111 CXXRecordDecl *ThisContext,
1742 CXXRecordDecl *ThisContext, in TransformFunctionProtoType() argument
1748 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec); in TransformFunctionProtoType()
2160 CXXRecordDecl *ThisContext, in SubstFunctionDeclType() argument
2186 TLB, Proto, ThisContext, ThisTypeQuals, in SubstFunctionDeclType()
2793 CXXRecordDecl *ThisContext = in InstantiateClass() local
2795 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), in InstantiateClass()
H A DSemaTemplateDeduction.cpp3325 CXXRecordDecl *ThisContext = nullptr; in SubstituteExplicitTemplateArguments() local
3327 ThisContext = Method->getParent(); in SubstituteExplicitTemplateArguments()
3331 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
H A DTreeTransform.h642 CXXRecordDecl *ThisContext,
5817 TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext, in TransformFunctionProtoType() argument
5849 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9245 CXXRecordDecl *ThisContext,