Home
last modified time | relevance | path

Searched refs:ThisScope (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Parse/
DParseOpenMP.cpp365 Sema::CXXThisScopeRAII *ThisScope; member in __anonc32d36300311::FNContextRAII
382 ThisScope = new Sema::CXXThisScopeRAII(Actions, RD, /*TypeQuals=*/0, in FNContextRAII()
408 delete ThisScope; in ~FNContextRAII()
DParseCXXInlineMethods.cpp427 Sema::CXXThisScopeRAII ThisScope(Actions, Method->getParent(), in ParseLexedMethodDeclaration() local
607 Sema::CXXThisScopeRAII ThisScope(Actions, Class.TagOrTemplate, in ParseLexedMemberInitializers() local
DParseDecl.cpp1234 Sema::CXXThisScopeRAII ThisScope(Actions, RD, /*TypeQuals=*/0, in ParseLexedAttribute() local
5669 Sema::CXXThisScopeRAII ThisScope(Actions, in ParseFunctionDeclarator() local
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2074 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateClass() local
2265 CXXThisScopeRAII ThisScope(*this, Instantiation->getParent(), /*TypeQuals=*/0); in InstantiateInClassInitializer() local
DSemaTemplateInstantiateDecl.cpp260 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, /*TypeQuals=*/0, in instantiateOMPDeclareSimdDeclAttr() local
393 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateAttrs() local
DSemaTemplateDeduction.cpp2593 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments() local
DTreeTransform.h4964 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()