Home
last modified time | relevance | path

Searched refs:ThisTypeQuals (Results 1 – 5 of 5) 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/clang/include/clang/Sema/
DSema.h7145 unsigned ThisTypeQuals);