/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 520 Sema::CXXThisScopeRAII ThisScope( ParseLexedMethodDeclaration() local 672 Sema::CXXThisScopeRAII ThisScope(Actions, Class.TagOrTemplate, ParseLexedMemberInitializers() local 784 Sema::CXXThisScopeRAII ThisScope(Actions, RD, Qualifiers(), ParseLexedAttribute() local
|
H A D | ParseDecl.cpp | 7423 InitCXXThisScopeForDeclaratorIfRelevant(const Declarator & D,const DeclSpec & DS,std::optional<Sema::CXXThisScopeRAII> & ThisScope) InitCXXThisScopeForDeclaratorIfRelevant() argument 7575 std::optional<Sema::CXXThisScopeRAII> ThisScope; ParseFunctionDeclarator() local
|
H A D | ParseDeclCXX.cpp | 4343 std::optional<Sema::CXXThisScopeRAII> ThisScope; ParseTrailingRequiresClause() local
|
H A D | ParseOpenMP.cpp | 676 Sema::CXXThisScopeRAII *ThisScope; member in __anon12933dc10511::FNContextRAII
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaConcept.cpp | 731 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr); CheckFunctionConstraints() local 818 std::optional<Sema::CXXThisScopeRAII> ThisScope; SubstituteConstraintExpressionWithoutSatisfaction() local 951 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr); CheckInstantiatedFunctionTemplateConstraints() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 351 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), instantiateOMPDeclareSimdDeclAttr() local 432 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), instantiateOMPDeclareVariantAttr() local 716 CXXThisScopeRAII ThisScope( InstantiateAttrsForDecl() local 885 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), InstantiateAttrs() local 3685 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(), VisitOMPDeclareReductionDecl() local 3768 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(), VisitOMPDeclareMapperDecl() local 5041 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals); InstantiateFunctionDefinition() local
|
H A D | SemaTemplateInstantiate.cpp | 3585 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), InstantiateClass() local 3760 CXXThisScopeRAII ThisScope(*this, Instantiation->getParent(), Qualifiers()); InstantiateInClassInitializer() local
|
H A D | SemaTemplateDeduction.cpp | 3001 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, ThisTypeQuals, ConvertDeducedTemplateArguments() local 3561 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, SubstituteExplicitTemplateArguments() local
|