Searched defs:ThisScope (Results 1 – 5 of 5) sorted by relevance
/minix/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 412 Sema::CXXThisScopeRAII ThisScope(Actions, Method->getParent(), in ParseLexedMethodDeclaration() local 591 Sema::CXXThisScopeRAII ThisScope(Actions, Class.TagOrTemplate, in ParseLexedMemberInitializers() local
|
H A D | ParseDecl.cpp | 1175 Sema::CXXThisScopeRAII ThisScope(Actions, RD, /*TypeQuals=*/0, in ParseLexedAttribute() local 5351 Sema::CXXThisScopeRAII ThisScope(Actions, in ParseFunctionDeclarator() local
|
/minix/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 2077 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateClass() local 2264 CXXThisScopeRAII ThisScope(*this, Instantiation->getParent(), /*TypeQuals=*/0); in InstantiateInClassInitializer() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 257 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0, in InstantiateAttrs() local
|
H A D | SemaTemplateDeduction.cpp | 2622 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments() local
|