Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp417 QT = Ctx.getRValueReferenceType(QT); in getFullyQualifiedType()
H A DASTContext.cpp3434 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext
3456 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType()
3637 result = getRValueReferenceType( in getVariableArrayDecayedType()
5662 return getRValueReferenceType(T); in getReferenceQualifiedType()
5894 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
12792 return Ctx.getRValueReferenceType(getCommonPointeeType(Ctx, PX, PY)); in getCommonNonSugarTypeNode()
H A DASTDiagnostic.cpp223 QT = Context.getRValueReferenceType( in desugarForDiagnostic()
H A DDeclCXX.cpp2570 return C.getRValueReferenceType(Type); in getFunctionObjectParameterReferenceType()
H A DType.cpp967 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
H A DASTImporter.cpp1190 return Importer.getToContext().getRValueReferenceType(*ToPointeeTypeOrErr); in VisitRValueReferenceType()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp193 return ACtx.getRValueReferenceType(toAlign); in alignReferenceTypes()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp263 ExTy = getContext().getRValueReferenceType(ExTy); in handleLValueBitCast()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td76 return ctx.getRValueReferenceType(pointeeTypeAsWritten);
H A DASTContext.h1427 QualType getRValueReferenceType(QualType T) const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp572 pointer_type = m_clang.getASTContext().getRValueReferenceType(pointee_type); in CreatePointerType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp85 ? S.Context.getRValueReferenceType(T) in lookupPromiseType()
H A DSemaExprCXX.cpp5538 ArgTy = S.Context.getRValueReferenceType(ArgTy); in EvaluateBooleanTypeTrait()
5822 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()
5876 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()
5878 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait()
H A DSemaInit.cpp9049 Ty = S.Context.getRValueReferenceType(Ty); in Perform()
10761 ElementTypes[I] = Context.getRValueReferenceType(ElementTypes[I]); in DeduceTemplateSpecializationFromInitializer()
H A DSemaType.cpp2322 return Context.getRValueReferenceType(T); in BuildReferenceType()
7387 return C.getRValueReferenceType(New); in wrap()
H A DSemaDeclCXX.cpp10196 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()
15244 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()
15779 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveConstructor()
H A DSemaTemplateDeduction.cpp5265 ArgTy = Context.getRValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
H A DSemaOverload.cpp11994 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4538 return GetType(getASTContext().getRValueReferenceType(GetQualType(type))); in GetRValueReferenceType()