Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp415 QT = Ctx.getRValueReferenceType(QT); in getFullyQualifiedType()
H A DExprObjC.cpp283 return Ctx.getRValueReferenceType(QT); in getCallReturnType()
H A DASTDiagnostic.cpp193 QT = Context.getRValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
H A DASTContext.cpp3363 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext
3381 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType()
3559 result = getRValueReferenceType( in getVariableArrayDecayedType()
5627 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
H A DType.cpp935 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
H A DASTImporter.cpp1154 return Importer.getToContext().getRValueReferenceType(*ToPointeeTypeOrErr); in VisitRValueReferenceType()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp192 return ACtx.getRValueReferenceType(toAlign); in alignReferenceTypes()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td76 return ctx.getRValueReferenceType(pointeeTypeAsWritten);
H A DASTContext.h1368 QualType getRValueReferenceType(QualType T) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp88 ResultTy = Ctx.getRValueReferenceType(ResultTy); in getResultType()
H A DExprEngineC.cpp268 ExTy = getContext().getRValueReferenceType(ExTy); in handleLValueBitCast()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5273 ArgTy = S.Context.getRValueReferenceType(ArgTy); in evaluateTypeTrait()
5480 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()
5534 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()
5536 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait()
5895 : Self.Context.getRValueReferenceType(ToType); in TryClassUnification()
H A DSemaCoroutine.cpp90 ? S.Context.getRValueReferenceType(T) in lookupPromiseType()
H A DSemaType.cpp2208 return Context.getRValueReferenceType(T); in BuildReferenceType()
6984 return C.getRValueReferenceType(New); in wrap()
8914 return Context.getRValueReferenceType(T); in getDecltypeForParenthesizedExpr()
H A DSemaTemplateDeduction.cpp5061 ArgTy = Context.getRValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
H A DSemaDeclCXX.cpp9620 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()
14475 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()
14991 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveConstructor()
H A DSemaOverload.cpp9506 return Context.getRValueReferenceType(T); in getImplicitObjectParamType()
11268 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()
H A DSemaInit.cpp8475 Ty = S.Context.getRValueReferenceType(Ty); in Perform()
H A DSemaExpr.cpp19379 ArgType = S.Context.getRValueReferenceType(ArgType); in VisitCallExpr()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp736 pointer_type = m_clang.getASTContext().getRValueReferenceType(pointee_type); in CreatePointerType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4532 return GetType(getASTContext().getRValueReferenceType(GetQualType(type))); in GetRValueReferenceType()