Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp801 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()
DSemaTemplateDeduction.cpp2587 unsigned ThisTypeQuals = 0; in SubstituteExplicitTemplateArguments() local
2591 ThisTypeQuals = Method->getTypeQualifiers(); in SubstituteExplicitTemplateArguments()
2594 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
DSemaTemplateInstantiateDecl.cpp3040 unsigned ThisTypeQuals = 0; in SubstFunctionType() local
3043 ThisTypeQuals = Method->getTypeQualifiers(); in SubstFunctionType()
3050 ThisContext, ThisTypeQuals); in SubstFunctionType()
DTreeTransform.h575 unsigned ThisTypeQuals,
4805 unsigned ThisTypeQuals, Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument
4832 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
/external/clang/include/clang/Sema/
DSema.h6982 unsigned ThisTypeQuals);