Searched refs:ThisContext (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaTemplateInstantiate.cpp | 800 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()
|
| HD | SemaTemplateInstantiateDecl.cpp | 287 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()
|
| HD | SemaTemplateDeduction.cpp | 2580 CXXRecordDecl *ThisContext = nullptr; in SubstituteExplicitTemplateArguments() local 2582 ThisContext = Method->getParent(); in SubstituteExplicitTemplateArguments() 2586 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
|
| HD | TreeTransform.h | 569 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/ |
| HD | Sema.h | 6906 CXXRecordDecl *ThisContext,
|