Home
last modified time | relevance | path

Searched refs:getRValueReferenceType (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp410 QT = Ctx.getRValueReferenceType(QT); in getFullyQualifiedType()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp43 ResultTy = Ctx.getRValueReferenceType(ResultTy); in getResultType()
/external/clang/lib/Sema/
DSemaExprCXX.cpp4385 ArgTy = S.Context.getRValueReferenceType(ArgTy); in evaluateTypeTrait()
4561 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()
4614 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()
4616 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait()
4955 : Self.Context.getRValueReferenceType(ToType); in TryClassUnification()
DSemaType.cpp2030 return Context.getRValueReferenceType(T); in BuildReferenceType()
5736 return C.getRValueReferenceType(New); in wrap()
7301 case VK_XValue: T = S.Context.getRValueReferenceType(T); break; in getDecltypeForExpr()
DSemaTemplateDeduction.cpp4171 ArgTy = Context.getRValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
DSemaDeclCXX.cpp6338 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()
10556 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()
11169 QualType ArgType = Context.getRValueReferenceType(ClassType); in DeclareImplicitMoveConstructor()
DSemaInit.cpp6677 Ty = S.Context.getRValueReferenceType(Ty); in Perform()
DSemaOverload.cpp9783 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()
DSemaExpr.cpp14676 ArgType = S.Context.getRValueReferenceType(ArgType); in VisitCallExpr()
/external/clang/include/clang/AST/
DASTContext.h1123 QualType getRValueReferenceType(QualType T) const;
/external/clang/lib/AST/
DASTDiagnostic.cpp189 QT = Context.getRValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
DASTContext.cpp2506 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext
2524 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType()
2688 result = getRValueReferenceType( in getVariableArrayDecayedType()
4102 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
DType.cpp738 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
DASTImporter.cpp1639 return Importer.getToContext().getRValueReferenceType(ToPointeeType); in VisitRValueReferenceType()
/external/clang/lib/Serialization/
DASTReader.cpp5289 return Context.getRValueReferenceType(PointeeType); in readTypeRecord()