Searched refs:ThisContext (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 802 CXXRecordDecl *ThisContext, 1309 CXXRecordDecl *ThisContext, in TransformFunctionProtoType() argument 1315 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec); in TransformFunctionProtoType() 1546 CXXRecordDecl *ThisContext, in SubstFunctionDeclType() argument 1572 TLB, Proto, ThisContext, ThisTypeQuals, in SubstFunctionDeclType() 2072 CXXRecordDecl *ThisContext = in InstantiateClass() local 2074 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateClass()
|
D | SemaTemplateInstantiateDecl.cpp | 246 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(FD->getDeclContext()); in instantiateOMPDeclareSimdDeclAttr() local 260 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, /*TypeQuals=*/0, in instantiateOMPDeclareSimdDeclAttr() 391 CXXRecordDecl *ThisContext = in InstantiateAttrs() local 393 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateAttrs() 3195 CXXRecordDecl *ThisContext = nullptr; in SubstFunctionType() local 3198 ThisContext = cast<CXXRecordDecl>(Owner); in SubstFunctionType() 3206 ThisContext, ThisTypeQuals); in SubstFunctionType()
|
D | SemaTemplateDeduction.cpp | 2587 CXXRecordDecl *ThisContext = nullptr; in SubstituteExplicitTemplateArguments() local 2589 ThisContext = Method->getParent(); in SubstituteExplicitTemplateArguments() 2593 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
|
D | TreeTransform.h | 582 CXXRecordDecl *ThisContext, 4932 TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext, in TransformFunctionProtoType() argument 4964 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7144 CXXRecordDecl *ThisContext,
|