Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp796 unsigned ThisTypeQuals);
1320 unsigned ThisTypeQuals) { in TransformFunctionProtoType() argument
1324 ThisTypeQuals); in TransformFunctionProtoType()
1565 unsigned ThisTypeQuals) { in SubstFunctionDeclType() argument
1584 ThisTypeQuals); in SubstFunctionDeclType()
DSemaTemplateInstantiateDecl.cpp2886 unsigned ThisTypeQuals = 0; in SubstFunctionType() local
2889 ThisTypeQuals = Method->getTypeQualifiers(); in SubstFunctionType()
2896 ThisContext, ThisTypeQuals); in SubstFunctionType()
3034 unsigned ThisTypeQuals = 0; in InstantiateExceptionSpec() local
3037 ThisTypeQuals = Method->getTypeQualifiers(); in InstantiateExceptionSpec()
3039 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals, in InstantiateExceptionSpec()
DSemaTemplateDeduction.cpp2614 unsigned ThisTypeQuals = 0; in SubstituteExplicitTemplateArguments() local
2618 ThisTypeQuals = Method->getTypeQualifiers(); in SubstituteExplicitTemplateArguments()
2621 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals, in SubstituteExplicitTemplateArguments()
DTreeTransform.h548 unsigned ThisTypeQuals);
4487 unsigned ThisTypeQuals) { in TransformFunctionProtoType() argument
4514 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals); in TransformFunctionProtoType()
/external/clang/include/clang/Sema/
DSema.h6592 unsigned ThisTypeQuals);