Searched defs:ThisScope (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 427 Sema::CXXThisScopeRAII ThisScope(Actions, Method->getParent(), in ParseLexedMethodDeclaration() local 607 Sema::CXXThisScopeRAII ThisScope(Actions, Class.TagOrTemplate, in ParseLexedMemberInitializers() local
|
H A D | ParseDecl.cpp | 1234 Sema::CXXThisScopeRAII ThisScope(Actions, RD, /*TypeQuals=*/0, in ParseLexedAttribute() local 5669 Sema::CXXThisScopeRAII ThisScope(Actions, in ParseFunctionDeclarator() local
|
H A D | ParseOpenMP.cpp | 365 Sema::CXXThisScopeRAII *ThisScope; member in __anone8743f660311::FNContextRAII
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 2074 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateClass() local 2265 CXXThisScopeRAII ThisScope(*this, Instantiation->getParent(), /*TypeQuals=*/0); in InstantiateInClassInitializer() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 260 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, /*TypeQuals=*/0, in instantiateOMPDeclareSimdDeclAttr() local 393 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateAttrs() local
|
H A D | SemaTemplateDeduction.cpp | 2593 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments() local
|