Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp802 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()
DSemaTemplateInstantiateDecl.cpp246 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()
DSemaTemplateDeduction.cpp2587 CXXRecordDecl *ThisContext = nullptr; in SubstituteExplicitTemplateArguments() local
2589 ThisContext = Method->getParent(); in SubstituteExplicitTemplateArguments()
2593 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
DTreeTransform.h582 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/
DSema.h7144 CXXRecordDecl *ThisContext,