| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 519 Sema::CXXThisScopeRAII ThisScope( in ParseLexedMethodDeclaration() local 655 Sema::CXXThisScopeRAII ThisScope(Actions, Class.TagOrTemplate, in ParseLexedMemberInitializers() local 758 Sema::CXXThisScopeRAII ThisScope(Actions, RD, Qualifiers(), in ParseLexedAttribute() local
|
| H A D | ParseOpenMP.cpp | 613 Sema::CXXThisScopeRAII *ThisScope; member in __anon6a7266ce0511::FNContextRAII 628 ThisScope = new Sema::CXXThisScopeRAII(Actions, RD, Qualifiers(), in FNContextRAII() 646 delete ThisScope; in ~FNContextRAII()
|
| H A D | ParseDecl.cpp | 7111 std::optional<Sema::CXXThisScopeRAII> &ThisScope) { in InitCXXThisScopeForDeclaratorIfRelevant() argument 7147 ThisScope.emplace(Actions, dyn_cast<CXXRecordDecl>(Actions.CurContext), Q, in InitCXXThisScopeForDeclaratorIfRelevant() 7243 std::optional<Sema::CXXThisScopeRAII> ThisScope; in ParseFunctionDeclarator() local 7244 InitCXXThisScopeForDeclaratorIfRelevant(D, DS, ThisScope); in ParseFunctionDeclarator()
|
| H A D | ParseDeclCXX.cpp | 4209 std::optional<Sema::CXXThisScopeRAII> ThisScope; in ParseTrailingRequiresClause() local 4210 InitCXXThisScopeForDeclaratorIfRelevant(D, D.getDeclSpec(), ThisScope); in ParseTrailingRequiresClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 841 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr); in CheckFunctionConstraints() local 954 std::optional<Sema::CXXThisScopeRAII> ThisScope; in SubstituteConstraintExpressionWithoutSatisfaction() local 972 ThisScope.emplace(S, const_cast<CXXRecordDecl *>(RD), Qualifiers()); in SubstituteConstraintExpressionWithoutSatisfaction() 1144 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr); in CheckFunctionTemplateConstraints() local
|
| H A D | SemaTemplateInstantiateDecl.cpp | 354 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), in instantiateOMPDeclareSimdDeclAttr() local 435 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), in instantiateOMPDeclareVariantAttr() local 761 CXXThisScopeRAII ThisScope( in InstantiateAttrsForDecl() local 953 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), in InstantiateAttrs() local 4241 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(), in VisitOMPDeclareReductionDecl() local 4324 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(), in VisitOMPDeclareMapperDecl() local 5697 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals); in InstantiateFunctionDefinition() local
|
| H A D | SemaTemplateInstantiate.cpp | 3771 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), in InstantiateClass() local 3946 CXXThisScopeRAII ThisScope(*this, Instantiation->getParent(), Qualifiers()); in InstantiateInClassInitializer() local
|
| H A D | SemaTemplateDeduction.cpp | 3076 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, ThisTypeQuals, in ConvertDeducedTemplateArguments() local 3635 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments() local
|
| H A D | TreeTransform.h | 6459 Sema::CXXThisScopeRAII ThisScope( in TransformFunctionProtoType() 6580 Sema::CXXThisScopeRAII ThisScope( in TransformExceptionSpec() 15554 Sema::CXXThisScopeRAII ThisScope( in TransformLambdaExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2712 std::optional<Sema::CXXThisScopeRAII> &ThisScope);
|