Home
last modified time | relevance | path

Searched refs:CXXThisScopeRAII (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp537 Sema::CXXThisScopeRAII ThisScope( in ParseLexedMethodDeclaration()
689 Sema::CXXThisScopeRAII ThisScope(Actions, Class.TagOrTemplate, in ParseLexedMemberInitializers()
801 Sema::CXXThisScopeRAII ThisScope(Actions, RD, Qualifiers(), in ParseLexedAttribute()
H A DParseOpenMP.cpp676 Sema::CXXThisScopeRAII *ThisScope;
691 ThisScope = new Sema::CXXThisScopeRAII(Actions, RD, Qualifiers(), in FNContextRAII()
H A DParseDecl.cpp7430 std::optional<Sema::CXXThisScopeRAII> &ThisScope) { in InitCXXThisScopeForDeclaratorIfRelevant()
7582 std::optional<Sema::CXXThisScopeRAII> ThisScope; in ParseFunctionDeclarator()
H A DParseDeclCXX.cpp4343 std::optional<Sema::CXXThisScopeRAII> ThisScope; in ParseTrailingRequiresClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp888 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr); in CheckFunctionConstraints()
997 std::optional<Sema::CXXThisScopeRAII> ThisScope; in SubstituteConstraintExpressionWithoutSatisfaction()
1130 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr); in CheckInstantiatedFunctionTemplateConstraints()
H A DSemaTemplateInstantiateDecl.cpp351 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), in instantiateOMPDeclareSimdDeclAttr()
432 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), in instantiateOMPDeclareVariantAttr()
716 CXXThisScopeRAII ThisScope( in InstantiateAttrsForDecl()
885 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), in InstantiateAttrs()
3696 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(), in VisitOMPDeclareReductionDecl()
3779 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(), in VisitOMPDeclareMapperDecl()
5057 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals); in InstantiateFunctionDefinition()
H A DSemaExprCXX.cpp1253 Sema::CXXThisScopeRAII::CXXThisScopeRAII(Sema &S, in CXXThisScopeRAII() function in Sema::CXXThisScopeRAII
1278 Sema::CXXThisScopeRAII::~CXXThisScopeRAII() { in ~CXXThisScopeRAII()
H A DSemaTemplateInstantiate.cpp3586 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), in InstantiateClass()
3761 CXXThisScopeRAII ThisScope(*this, Instantiation->getParent(), Qualifiers()); in InstantiateInClassInitializer()
H A DSemaTemplateDeduction.cpp3001 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, ThisTypeQuals, in ConvertDeducedTemplateArguments()
3561 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
H A DTreeTransform.h6232 Sema::CXXThisScopeRAII ThisScope( in TransformFunctionProtoType()
6353 Sema::CXXThisScopeRAII ThisScope( in TransformExceptionSpec()
14434 Sema::CXXThisScopeRAII ThisScope( in TransformLambdaExpr()
H A DSemaTemplate.cpp5583 CXXThisScopeRAII(*this, RD, ThisQuals, RD != nullptr); in CheckTemplateArgumentList()
H A DSemaExpr.cpp5535 CXXThisScopeRAII This(*this, Field->getParent(), Qualifiers()); in BuildCXXDefaultInitExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8057 class CXXThisScopeRAII {
8067 CXXThisScopeRAII(Sema &S, Decl *ContextDecl, Qualifiers CXXThisTypeQuals,
8070 ~CXXThisScopeRAII();
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3229 std::optional<Sema::CXXThisScopeRAII> &ThisScope);