Searched refs:CXXThisScopeRAII (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 459 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 D | ParseOpenMP.cpp | 657 Sema::CXXThisScopeRAII *ThisScope; 672 ThisScope = new Sema::CXXThisScopeRAII(Actions, RD, Qualifiers(), in FNContextRAII()
|
H A D | ParseDecl.cpp | 6425 llvm::Optional<Sema::CXXThisScopeRAII> &ThisScope) { in InitCXXThisScopeForDeclaratorIfRelevant() 6575 llvm::Optional<Sema::CXXThisScopeRAII> ThisScope; in ParseFunctionDeclarator()
|
H A D | ParseDeclCXX.cpp | 3886 llvm::Optional<Sema::CXXThisScopeRAII> ThisScope; in ParseTrailingRequiresClause()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 309 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 D | SemaConcept.cpp | 373 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr); in CheckFunctionConstraints()
|
H A D | SemaTemplateInstantiate.cpp | 2795 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), in InstantiateClass() 2997 CXXThisScopeRAII ThisScope(*this, Instantiation->getParent(), Qualifiers()); in InstantiateInClassInitializer()
|
H A D | SemaExprCXX.cpp | 1199 Sema::CXXThisScopeRAII::CXXThisScopeRAII(Sema &S, in CXXThisScopeRAII() function in Sema::CXXThisScopeRAII 1223 Sema::CXXThisScopeRAII::~CXXThisScopeRAII() { in ~CXXThisScopeRAII()
|
H A D | SemaTemplateDeduction.cpp | 3331 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
|
H A D | TreeTransform.h | 5849 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
H A D | Parser.h | 2983 llvm::Optional<Sema::CXXThisScopeRAII> &ThisScope);
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 6129 class CXXThisScopeRAII { 6139 CXXThisScopeRAII(Sema &S, Decl *ContextDecl, Qualifiers CXXThisTypeQuals, 6142 ~CXXThisScopeRAII();
|