Home
last modified time | relevance | path

Searched refs:CXXThisScopeRAII (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp427 Sema::CXXThisScopeRAII ThisScope(Actions, Method->getParent(), in ParseLexedMethodDeclaration()
607 Sema::CXXThisScopeRAII ThisScope(Actions, Class.TagOrTemplate, in ParseLexedMemberInitializers()
DParseOpenMP.cpp365 Sema::CXXThisScopeRAII *ThisScope;
382 ThisScope = new Sema::CXXThisScopeRAII(Actions, RD, /*TypeQuals=*/0, in FNContextRAII()
DParseDecl.cpp1234 Sema::CXXThisScopeRAII ThisScope(Actions, RD, /*TypeQuals=*/0, in ParseLexedAttribute()
5669 Sema::CXXThisScopeRAII ThisScope(Actions, in ParseFunctionDeclarator()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2074 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateClass()
2265 CXXThisScopeRAII ThisScope(*this, Instantiation->getParent(), /*TypeQuals=*/0); in InstantiateInClassInitializer()
DSemaExprCXX.cpp1001 Sema::CXXThisScopeRAII::CXXThisScopeRAII(Sema &S, in CXXThisScopeRAII() function in Sema::CXXThisScopeRAII
1026 Sema::CXXThisScopeRAII::~CXXThisScopeRAII() { in ~CXXThisScopeRAII()
DSemaTemplateInstantiateDecl.cpp260 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, /*TypeQuals=*/0, in instantiateOMPDeclareSimdDeclAttr()
393 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateAttrs()
DSemaTemplateDeduction.cpp2593 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
DTreeTransform.h4964 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
/external/clang/include/clang/Sema/
DSema.h4694 class CXXThisScopeRAII {
4704 CXXThisScopeRAII(Sema &S, Decl *ContextDecl, unsigned CXXThisTypeQuals,
4707 ~CXXThisScopeRAII();