Searched refs:ThisScope (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 365 Sema::CXXThisScopeRAII *ThisScope; member in __anonc32d36300311::FNContextRAII 382 ThisScope = new Sema::CXXThisScopeRAII(Actions, RD, /*TypeQuals=*/0, in FNContextRAII() 408 delete ThisScope; in ~FNContextRAII()
|
D | ParseCXXInlineMethods.cpp | 427 Sema::CXXThisScopeRAII ThisScope(Actions, Method->getParent(), in ParseLexedMethodDeclaration() local 607 Sema::CXXThisScopeRAII ThisScope(Actions, Class.TagOrTemplate, in ParseLexedMemberInitializers() local
|
D | ParseDecl.cpp | 1234 Sema::CXXThisScopeRAII ThisScope(Actions, RD, /*TypeQuals=*/0, in ParseLexedAttribute() local 5669 Sema::CXXThisScopeRAII ThisScope(Actions, in ParseFunctionDeclarator() local
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 2074 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateClass() local 2265 CXXThisScopeRAII ThisScope(*this, Instantiation->getParent(), /*TypeQuals=*/0); in InstantiateInClassInitializer() local
|
D | SemaTemplateInstantiateDecl.cpp | 260 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, /*TypeQuals=*/0, in instantiateOMPDeclareSimdDeclAttr() local 393 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateAttrs() local
|
D | SemaTemplateDeduction.cpp | 2593 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments() local
|
D | TreeTransform.h | 4964 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
|