Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp800 CXXRecordDecl *ThisContext,
1315 CXXRecordDecl *ThisContext, in TransformFunctionProtoType() argument
1321 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec); in TransformFunctionProtoType()
1562 CXXRecordDecl *ThisContext, in SubstFunctionDeclType() argument
1588 TLB, Proto, ThisContext, ThisTypeQuals, in SubstFunctionDeclType()
2064 CXXRecordDecl *ThisContext = in InstantiateClass() local
2066 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateClass()
HDSemaTemplateInstantiateDecl.cpp287 CXXRecordDecl *ThisContext = in InstantiateAttrs() local
289 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateAttrs()
3014 CXXRecordDecl *ThisContext = nullptr; in SubstFunctionType() local
3017 ThisContext = cast<CXXRecordDecl>(Owner); in SubstFunctionType()
3025 ThisContext, ThisTypeQuals); in SubstFunctionType()
HDSemaTemplateDeduction.cpp2580 CXXRecordDecl *ThisContext = nullptr; in SubstituteExplicitTemplateArguments() local
2582 ThisContext = Method->getParent(); in SubstituteExplicitTemplateArguments()
2586 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
HDTreeTransform.h569 CXXRecordDecl *ThisContext,
4646 TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext, in TransformFunctionProtoType() argument
4674 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h6906 CXXRecordDecl *ThisContext,