Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp320 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(FD->getDeclContext()); in instantiateOMPDeclareSimdDeclAttr() local
403 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(FD->getDeclContext()); in instantiateOMPDeclareVariantAttr() local
825 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(ND->getDeclContext()); in InstantiateAttrs() local
3580 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(Owner); in VisitOMPDeclareReductionDecl() local
3660 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(Owner); in VisitOMPDeclareMapperDecl() local
4386 CXXRecordDecl *ThisContext = nullptr; in SubstFunctionType() local
H A DSemaTemplateInstantiate.cpp2012 CXXRecordDecl *ThisContext, in TransformFunctionProtoType()
2506 CXXRecordDecl *ThisContext, in SubstFunctionDeclType()
3225 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(ND->getDeclContext()); in InstantiateClass() local
H A DSemaTemplateDeduction.cpp2780 CXXRecordDecl *ThisContext = nullptr; in ConvertDeducedTemplateArguments() local
3309 CXXRecordDecl *ThisContext = nullptr; in SubstituteExplicitTemplateArguments() local
H A DTreeTransform.h6005 TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext, in TransformFunctionProtoType()