Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Parse/
DParseCXXInlineMethods.cpp459 Sema::CXXThisScopeRAII ThisScope(Actions, Method->getParent(), in ParseLexedMethodDeclaration()
608 Sema::CXXThisScopeRAII ThisScope(Actions, Class.TagOrTemplate, in ParseLexedMemberInitializers()
716 Sema::CXXThisScopeRAII ThisScope(Actions, RD, Qualifiers(), in ParseLexedAttribute()
DParseOpenMP.cpp647 Sema::CXXThisScopeRAII *ThisScope;
662 ThisScope = new Sema::CXXThisScopeRAII(Actions, RD, Qualifiers(), in FNContextRAII()
DParseDecl.cpp6365 llvm::Optional<Sema::CXXThisScopeRAII> &ThisScope) { in InitCXXThisScopeForDeclaratorIfRelevant()
6515 llvm::Optional<Sema::CXXThisScopeRAII> ThisScope; in ParseFunctionDeclarator()
DParseDeclCXX.cpp3873 llvm::Optional<Sema::CXXThisScopeRAII> ThisScope; in ParseTrailingRequiresClause()
/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp427 Sema::CXXThisScopeRAII ThisScope(Actions, Method->getParent(), in ParseLexedMethodDeclaration()
607 Sema::CXXThisScopeRAII ThisScope(Actions, Class.TagOrTemplate, in ParseLexedMemberInitializers()
DParseOpenMP.cpp365 Sema::CXXThisScopeRAII *ThisScope;
382 ThisScope = new Sema::CXXThisScopeRAII(Actions, RD, /*TypeQuals=*/0, in FNContextRAII()
DParseDecl.cpp1234 Sema::CXXThisScopeRAII ThisScope(Actions, RD, /*TypeQuals=*/0, in ParseLexedAttribute()
5669 Sema::CXXThisScopeRAII ThisScope(Actions, in ParseFunctionDeclarator()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp309 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), in instantiateOMPDeclareSimdDeclAttr()
390 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), in instantiateOMPDeclareVariantAttr()
559 CXXThisScopeRAII ThisScope( in InstantiateAttrsForDecl()
707 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), in InstantiateAttrs()
2290 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, in VisitCXXMethodDecl()
3327 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(), in VisitOMPDeclareReductionDecl()
3407 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(), in VisitOMPDeclareMapperDecl()
4467 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr); in CheckInstantiatedFunctionTemplateConstraints()
DSemaConcept.cpp362 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr); in CheckFunctionConstraints()
DSemaTemplateInstantiate.cpp2792 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), in InstantiateClass()
2993 CXXThisScopeRAII ThisScope(*this, Instantiation->getParent(), Qualifiers()); in InstantiateInClassInitializer()
DSemaExprCXX.cpp1203 Sema::CXXThisScopeRAII::CXXThisScopeRAII(Sema &S, in CXXThisScopeRAII() function in Sema::CXXThisScopeRAII
1227 Sema::CXXThisScopeRAII::~CXXThisScopeRAII() { in ~CXXThisScopeRAII()
DSemaTemplateDeduction.cpp3338 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
DTreeTransform.h5763 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2074 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateClass()
2265 CXXThisScopeRAII ThisScope(*this, Instantiation->getParent(), /*TypeQuals=*/0); in InstantiateInClassInitializer()
DSemaExprCXX.cpp1001 Sema::CXXThisScopeRAII::CXXThisScopeRAII(Sema &S, in CXXThisScopeRAII() function in Sema::CXXThisScopeRAII
1026 Sema::CXXThisScopeRAII::~CXXThisScopeRAII() { in ~CXXThisScopeRAII()
DSemaTemplateInstantiateDecl.cpp260 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, /*TypeQuals=*/0, in instantiateOMPDeclareSimdDeclAttr()
393 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateAttrs()
DSemaTemplateDeduction.cpp2593 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
DTreeTransform.h4964 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
/external/llvm-project/clang/include/clang/Parse/
DParser.h2910 llvm::Optional<Sema::CXXThisScopeRAII> &ThisScope);
/external/clang/include/clang/Sema/
DSema.h4694 class CXXThisScopeRAII {
4704 CXXThisScopeRAII(Sema &S, Decl *ContextDecl, unsigned CXXThisTypeQuals,
4707 ~CXXThisScopeRAII();
/external/llvm-project/clang/include/clang/Sema/
DSema.h5982 class CXXThisScopeRAII {
5992 CXXThisScopeRAII(Sema &S, Decl *ContextDecl, Qualifiers CXXThisTypeQuals,
5995 ~CXXThisScopeRAII();