Searched refs:ThisTypeQuals (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 803 unsigned ThisTypeQuals, 1310 unsigned ThisTypeQuals, in TransformFunctionProtoType() argument 1315 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec); in TransformFunctionProtoType() 1547 unsigned ThisTypeQuals) { in SubstFunctionDeclType() argument 1572 TLB, Proto, ThisContext, ThisTypeQuals, in SubstFunctionDeclType()
|
D | SemaTemplateDeduction.cpp | 2586 unsigned ThisTypeQuals = 0; in SubstituteExplicitTemplateArguments() local 2590 ThisTypeQuals = Method->getTypeQualifiers(); in SubstituteExplicitTemplateArguments() 2593 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
|
D | SemaTemplateInstantiateDecl.cpp | 3196 unsigned ThisTypeQuals = 0; in SubstFunctionType() local 3199 ThisTypeQuals = Method->getTypeQualifiers(); in SubstFunctionType() 3206 ThisContext, ThisTypeQuals); in SubstFunctionType()
|
D | TreeTransform.h | 583 unsigned ThisTypeQuals, 4933 unsigned ThisTypeQuals, Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument 4964 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7145 unsigned ThisTypeQuals);
|