/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 476 Sema::CXXThisScopeRAII ThisScope( ParseLexedMethodDeclaration() local 626 Sema::CXXThisScopeRAII ThisScope(Actions, Class.TagOrTemplate, ParseLexedMemberInitializers() local 738 Sema::CXXThisScopeRAII ThisScope(Actions, RD, Qualifiers(), ParseLexedAttribute() local
|
H A D | ParseDecl.cpp | 7000 InitCXXThisScopeForDeclaratorIfRelevant(const Declarator & D,const DeclSpec & DS,std::optional<Sema::CXXThisScopeRAII> & ThisScope) InitCXXThisScopeForDeclaratorIfRelevant() argument 7152 std::optional<Sema::CXXThisScopeRAII> ThisScope; ParseFunctionDeclarator() local
|
H A D | ParseDeclCXX.cpp | 4139 std::optional<Sema::CXXThisScopeRAII> ThisScope; ParseTrailingRequiresClause() local
|
H A D | ParseOpenMP.cpp | 666 Sema::CXXThisScopeRAII *ThisScope; global() member in __anona83f25200511::FNContextRAII
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaConcept.cpp | 723 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr); CheckFunctionConstraints() local 800 std::optional<Sema::CXXThisScopeRAII> ThisScope; SubstituteConstraintExpressionWithoutSatisfaction() local 921 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr); CheckInstantiatedFunctionTemplateConstraints() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 346 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), instantiateOMPDeclareSimdDeclAttr() local 427 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), instantiateOMPDeclareVariantAttr() local 688 CXXThisScopeRAII ThisScope( InstantiateAttrsForDecl() local 850 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), InstantiateAttrs() local 3646 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(), VisitOMPDeclareReductionDecl() local 3726 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(), VisitOMPDeclareMapperDecl() local
|
H A D | SemaTemplateInstantiate.cpp | 3417 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), InstantiateClass() local 3622 CXXThisScopeRAII ThisScope(*this, Instantiation->getParent(), Qualifiers()); InstantiateInClassInitializer() local
|
H A D | SemaTemplateDeduction.cpp | 2839 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, ThisTypeQuals, ConvertDeducedTemplateArguments() local 3366 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, SubstituteExplicitTemplateArguments() local
|