Home
last modified time | relevance | path

Searched defs:ThisContext (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp337 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(FD->getDeclContext()); in instantiateOMPDeclareSimdDeclAttr() local
420 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(FD->getDeclContext()); in instantiateOMPDeclareVariantAttr() local
884 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(ND->getDeclContext()); in InstantiateAttrs() local
3695 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(Owner); in VisitOMPDeclareReductionDecl() local
3778 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(Owner); in VisitOMPDeclareMapperDecl() local
4459 CXXRecordDecl *ThisContext = nullptr; in SubstFunctionType() local
5052 CXXRecordDecl *ThisContext = nullptr; in InstantiateFunctionDefinition() local
H A DSemaTemplateInstantiate.cpp2408 CXXRecordDecl *ThisContext, in TransformFunctionProtoType()
2882 CXXRecordDecl *ThisContext, in SubstFunctionDeclType()
3585 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(ND->getDeclContext()); in InstantiateClass() local
H A DSemaTemplateDeduction.cpp2993 CXXRecordDecl *ThisContext = nullptr; in ConvertDeducedTemplateArguments() local
3555 CXXRecordDecl *ThisContext = nullptr; in SubstituteExplicitTemplateArguments() local
H A DTreeTransform.h6199 TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext, in TransformFunctionProtoType()