| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 473 Sema::CXXThisScopeRAII ThisScope( in ParseLexedMethodDeclaration() local 623 Sema::CXXThisScopeRAII ThisScope(Actions, Class.TagOrTemplate, in ParseLexedMemberInitializers() local 735 Sema::CXXThisScopeRAII ThisScope(Actions, RD, Qualifiers(), in ParseLexedAttribute() local
|
| H A D | ParseOpenMP.cpp | 665 Sema::CXXThisScopeRAII *ThisScope; member in __anondd1b47a50511::FNContextRAII 680 ThisScope = new Sema::CXXThisScopeRAII(Actions, RD, Qualifiers(), in FNContextRAII() 698 delete ThisScope; in ~FNContextRAII()
|
| H A D | ParseDecl.cpp | 6768 std::optional<Sema::CXXThisScopeRAII> &ThisScope) { in InitCXXThisScopeForDeclaratorIfRelevant() argument 6804 ThisScope.emplace(Actions, dyn_cast<CXXRecordDecl>(Actions.CurContext), Q, in InitCXXThisScopeForDeclaratorIfRelevant() 6920 std::optional<Sema::CXXThisScopeRAII> ThisScope; in ParseFunctionDeclarator() local 6921 InitCXXThisScopeForDeclaratorIfRelevant(D, DS, ThisScope); in ParseFunctionDeclarator()
|
| H A D | ParseDeclCXX.cpp | 4075 std::optional<Sema::CXXThisScopeRAII> ThisScope; in ParseTrailingRequiresClause() local 4076 InitCXXThisScopeForDeclaratorIfRelevant(D, D.getDeclSpec(), ThisScope); in ParseTrailingRequiresClause()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 646 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr); in CheckFunctionConstraints() local 821 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr); in CheckInstantiatedFunctionTemplateConstraints() local
|
| H A D | SemaTemplateInstantiateDecl.cpp | 334 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), in instantiateOMPDeclareSimdDeclAttr() local 415 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), in instantiateOMPDeclareVariantAttr() local 670 CXXThisScopeRAII ThisScope( in InstantiateAttrsForDecl() local 826 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), in InstantiateAttrs() local 3581 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(), in VisitOMPDeclareReductionDecl() local 3661 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(), in VisitOMPDeclareMapperDecl() local
|
| H A D | SemaTemplateInstantiate.cpp | 3226 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(), in InstantiateClass() local 3431 CXXThisScopeRAII ThisScope(*this, Instantiation->getParent(), Qualifiers()); in InstantiateInClassInitializer() local
|
| H A D | SemaTemplateDeduction.cpp | 2788 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, ThisTypeQuals, in ConvertDeducedTemplateArguments() local 3315 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments() local
|
| H A D | TreeTransform.h | 6037 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 3083 std::optional<Sema::CXXThisScopeRAII> &ThisScope);
|