Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp43 ResultTy = Ctx.getRValueReferenceType(ResultTy); in getResultType()
/external/clang/lib/Sema/
DSemaExprCXX.cpp4125 ArgTy = S.Context.getRValueReferenceType(ArgTy); in evaluateTypeTrait()
4301 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()
4353 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()
4355 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait()
DSemaType.cpp1924 return Context.getRValueReferenceType(T); in BuildReferenceType()
5426 return C.getRValueReferenceType(New); in wrap()
6935 case VK_XValue: T = S.Context.getRValueReferenceType(T); break; in getDecltypeForExpr()
DSemaDeclCXX.cpp6183 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()
10429 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()
11038 QualType ArgType = Context.getRValueReferenceType(ClassType); in DeclareImplicitMoveConstructor()
DSemaTemplateDeduction.cpp4179 ArgTy = Context.getRValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
DSemaInit.cpp6512 Ty = S.Context.getRValueReferenceType(Ty); in Perform()
DSemaOverload.cpp9627 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()
DSemaExpr.cpp14203 ArgType = S.Context.getRValueReferenceType(ArgType); in VisitCallExpr()
/external/clang/lib/AST/
DASTDiagnostic.cpp188 QT = Context.getRValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
DASTContext.cpp2497 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext
2515 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType()
2678 result = getRValueReferenceType( in getVariableArrayDecayedType()
4048 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
DType.cpp738 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
DASTImporter.cpp1556 return Importer.getToContext().getRValueReferenceType(ToPointeeType); in VisitRValueReferenceType()
/external/clang/include/clang/AST/
DASTContext.h1110 QualType getRValueReferenceType(QualType T) const;
/external/clang/lib/Serialization/
DASTReader.cpp5267 return Context.getRValueReferenceType(PointeeType); in readTypeRecord()