Home
last modified time | relevance | path

Searched refs:ThisTypeQuals (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp803 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()
DSemaTemplateDeduction.cpp2586 unsigned ThisTypeQuals = 0; in SubstituteExplicitTemplateArguments() local
2590 ThisTypeQuals = Method->getTypeQualifiers(); in SubstituteExplicitTemplateArguments()
2593 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
DSemaTemplateInstantiateDecl.cpp3196 unsigned ThisTypeQuals = 0; in SubstFunctionType() local
3199 ThisTypeQuals = Method->getTypeQualifiers(); in SubstFunctionType()
3206 ThisContext, ThisTypeQuals); in SubstFunctionType()
DTreeTransform.h583 unsigned ThisTypeQuals,
4933 unsigned ThisTypeQuals, Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument
4964 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1111 Qualifiers ThisTypeQuals,
1740 Qualifiers ThisTypeQuals, in TransformFunctionProtoType() argument
1745 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec); in TransformFunctionProtoType()
2158 Qualifiers ThisTypeQuals) { in SubstFunctionDeclType() argument
2183 TLB, Proto, ThisContext, ThisTypeQuals, in SubstFunctionDeclType()
DSemaTemplateDeduction.cpp3331 Qualifiers ThisTypeQuals; in SubstituteExplicitTemplateArguments() local
3335 ThisTypeQuals = Method->getMethodQualifiers(); in SubstituteExplicitTemplateArguments()
3338 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
DSemaTemplateInstantiateDecl.cpp4137 Qualifiers ThisTypeQuals; in SubstFunctionType() local
4140 ThisTypeQuals = Method->getMethodQualifiers(); in SubstFunctionType()
4147 ThisContext, ThisTypeQuals); in SubstFunctionType()
DTreeTransform.h643 Qualifiers ThisTypeQuals,
5732 Qualifiers ThisTypeQuals, Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument
5763 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
/external/clang/include/clang/Sema/
DSema.h7145 unsigned ThisTypeQuals);
/external/llvm-project/clang/include/clang/Sema/
DSema.h9094 Qualifiers ThisTypeQuals);