Searched refs:ThisTypeQuals (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 801 unsigned ThisTypeQuals, 1308 unsigned ThisTypeQuals, in TransformFunctionProtoType() argument 1313 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec); in TransformFunctionProtoType() 1555 unsigned ThisTypeQuals) { in SubstFunctionDeclType() argument 1580 TLB, Proto, ThisContext, ThisTypeQuals, in SubstFunctionDeclType()
|
D | SemaTemplateDeduction.cpp | 2587 unsigned ThisTypeQuals = 0; in SubstituteExplicitTemplateArguments() local 2591 ThisTypeQuals = Method->getTypeQualifiers(); in SubstituteExplicitTemplateArguments() 2594 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
|
D | SemaTemplateInstantiateDecl.cpp | 3040 unsigned ThisTypeQuals = 0; in SubstFunctionType() local 3043 ThisTypeQuals = Method->getTypeQualifiers(); in SubstFunctionType() 3050 ThisContext, ThisTypeQuals); in SubstFunctionType()
|
D | TreeTransform.h | 575 unsigned ThisTypeQuals, 4805 unsigned ThisTypeQuals, Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument 4832 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6982 unsigned ThisTypeQuals);
|