Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A 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()
H A DParseOpenMP.cpp657 Sema::CXXThisScopeRAII *ThisScope;
672 ThisScope = new Sema::CXXThisScopeRAII(Actions, RD, Qualifiers(), in FNContextRAII()
H A DParseDecl.cpp6425 llvm::Optional<Sema::CXXThisScopeRAII> &ThisScope) { in InitCXXThisScopeForDeclaratorIfRelevant()
6575 llvm::Optional<Sema::CXXThisScopeRAII> ThisScope; in ParseFunctionDeclarator()
H A DParseDeclCXX.cpp3886 llvm::Optional<Sema::CXXThisScopeRAII> ThisScope; in ParseTrailingRequiresClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp309 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), in instantiateOMPDeclareSimdDeclAttr()
390 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), in instantiateOMPDeclareVariantAttr()
587 CXXThisScopeRAII ThisScope( in InstantiateAttrsForDecl()
738 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), in InstantiateAttrs()
2292 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, in VisitCXXMethodDecl()
3328 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(), in VisitOMPDeclareReductionDecl()
3408 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(), in VisitOMPDeclareMapperDecl()
4471 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr); in CheckInstantiatedFunctionTemplateConstraints()
H A DSemaConcept.cpp373 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr); in CheckFunctionConstraints()
H A DSemaTemplateInstantiate.cpp2795 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), in InstantiateClass()
2997 CXXThisScopeRAII ThisScope(*this, Instantiation->getParent(), Qualifiers()); in InstantiateInClassInitializer()
H A DSemaExprCXX.cpp1199 Sema::CXXThisScopeRAII::CXXThisScopeRAII(Sema &S, in CXXThisScopeRAII() function in Sema::CXXThisScopeRAII
1223 Sema::CXXThisScopeRAII::~CXXThisScopeRAII() { in ~CXXThisScopeRAII()
H A DSemaTemplateDeduction.cpp3331 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
H A DTreeTransform.h5849 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2983 llvm::Optional<Sema::CXXThisScopeRAII> &ThisScope);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6129 class CXXThisScopeRAII {
6139 CXXThisScopeRAII(Sema &S, Decl *ContextDecl, Qualifiers CXXThisTypeQuals,
6142 ~CXXThisScopeRAII();