Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp42 ResultTy = Ctx.getRValueReferenceType(ResultTy); in getResultType()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp3694 T = S.Context.getRValueReferenceType(T); in evaluateTypeTrait()
3871 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()
3923 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()
3925 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait()
H A DSemaType.cpp1463 return Context.getRValueReferenceType(T); in BuildReferenceType()
4355 return C.getRValueReferenceType(New); in wrap()
5509 case VK_XValue: T = S.Context.getRValueReferenceType(T); break; in getDecltypeForExpr()
H A DSemaDeclCXX.cpp6084 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()
10280 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()
10887 QualType ArgType = Context.getRValueReferenceType(ClassType); in DeclareImplicitMoveConstructor()
H A DSemaTemplateDeduction.cpp4143 ArgTy = Context.getRValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
H A DSemaInit.cpp6100 Ty = S.Context.getRValueReferenceType(Ty); in Perform()
H A DSemaOverload.cpp9308 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()
H A DSemaExpr.cpp13436 ArgType = S.Context.getRValueReferenceType(ArgType); in VisitCallExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1008 QualType getRValueReferenceType(QualType T) const;
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp132 QT = Context.getRValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
H A DASTContext.cpp2363 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext
2381 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType()
2544 result = getRValueReferenceType( in getVariableArrayDecayedType()
3866 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
H A DASTImporter.cpp1512 return Importer.getToContext().getRValueReferenceType(ToPointeeType); in VisitRValueReferenceType()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5260 return Context.getRValueReferenceType(PointeeType); in readTypeRecord()