Searched defs:ThisScope (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 420 Sema::CXXThisScopeRAII ThisScope(Actions, Method->getParent(), in ParseLexedMethodDeclaration() local 598 Sema::CXXThisScopeRAII ThisScope(Actions, Class.TagOrTemplate, in ParseLexedMemberInitializers() local
|
D | ParseDecl.cpp | 1203 Sema::CXXThisScopeRAII ThisScope(Actions, RD, /*TypeQuals=*/0, in ParseLexedAttribute() local 5564 Sema::CXXThisScopeRAII ThisScope(Actions, in ParseFunctionDeclarator() local
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 2060 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateClass() local 2247 CXXThisScopeRAII ThisScope(*this, Instantiation->getParent(), /*TypeQuals=*/0); in InstantiateInClassInitializer() local
|
D | SemaTemplateInstantiateDecl.cpp | 289 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateAttrs() local
|
D | SemaTemplateDeduction.cpp | 2594 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments() local
|