Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DQualTypeNames.cpp397 QT = Ctx.getRValueReferenceType(QT); in getFullyQualifiedType()
H A DASTDiagnostic.cpp188 QT = Context.getRValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
H A DASTContext.cpp3006 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext
3024 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType()
3188 result = getRValueReferenceType( in getVariableArrayDecayedType()
4941 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
H A DType.cpp812 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
H A DASTImporter.cpp1068 return Importer.getToContext().getRValueReferenceType(*ToPointeeTypeOrErr); in VisitRValueReferenceType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp87 ResultTy = Ctx.getRValueReferenceType(ResultTy); in getResultType()
H A DExprEngineC.cpp265 ExTy = getContext().getRValueReferenceType(ExTy); in handleLValueBitCast()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp4962 ArgTy = S.Context.getRValueReferenceType(ArgTy); in evaluateTypeTrait()
5163 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()
5217 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()
5219 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait()
5571 : Self.Context.getRValueReferenceType(ToType); in TryClassUnification()
H A DSemaCoroutine.cpp89 ? S.Context.getRValueReferenceType(T) in lookupPromiseType()
H A DSemaType.cpp2026 return Context.getRValueReferenceType(T); in BuildReferenceType()
6329 return C.getRValueReferenceType(New); in wrap()
8132 case VK_XValue: T = S.Context.getRValueReferenceType(T); break; in getDecltypeForExpr()
H A DSemaDeclCXX.cpp7630 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()
12138 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()
12644 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveConstructor()
H A DSemaTemplateDeduction.cpp4666 ArgTy = Context.getRValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
H A DSemaInit.cpp7759 Ty = S.Context.getRValueReferenceType(Ty); in Perform()
H A DSemaOverload.cpp10460 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()
H A DSemaExpr.cpp16429 ArgType = S.Context.getRValueReferenceType(ArgType); in VisitCallExpr()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp739 m_clang.getASTContext()->getRValueReferenceType(pointee_type); in CreatePointerType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1300 QualType getRValueReferenceType(QualType T) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp4916 ->getRValueReferenceType(GetQualType(type)) in GetRValueReferenceType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5957 return Context.getRValueReferenceType(PointeeType); in readTypeRecord()