Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp418 QT = Ctx.getRValueReferenceType(QT); in getFullyQualifiedType()
H A DASTDiagnostic.cpp223 QT = Context.getRValueReferenceType( in desugarForDiagnostic()
H A DASTContext.cpp3846 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext
3868 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType()
4048 result = getRValueReferenceType( in getVariableArrayDecayedType()
6072 return getRValueReferenceType(T); in getReferenceQualifiedType()
6338 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
13296 return Ctx.getRValueReferenceType(getCommonPointeeType(Ctx, PX, PY)); in getCommonNonSugarTypeNode()
H A DDeclCXX.cpp2623 return C.getRValueReferenceType(Type); in getFunctionObjectParameterReferenceType()
H A DType.cpp1021 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
H A DASTImporter.cpp1195 return Importer.getToContext().getRValueReferenceType(*ToPointeeTypeOrErr); in VisitRValueReferenceType()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp193 return ACtx.getRValueReferenceType(toAlign); in alignReferenceTypes()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td95 return ctx.getRValueReferenceType(pointeeTypeAsWritten);
H A DASTContext.h1489 QualType getRValueReferenceType(QualType T) const;
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp263 ExTy = getContext().getRValueReferenceType(ExTy); in handleLValueBitCast()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp572 pointer_type = m_clang.getASTContext().getRValueReferenceType(pointee_type); in CreatePointerType()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp85 ? S.Context.getRValueReferenceType(T) in lookupPromiseType()
H A DSemaExprCXX.cpp5687 LhsT = Self.Context.getRValueReferenceType(LhsT); in CheckConvertibilityForTypeTraits()
5784 ArgTy = S.Context.getRValueReferenceType(ArgTy); in EvaluateBooleanTypeTrait()
6089 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()
6091 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait()
H A DSemaInit.cpp7996 Ty = S.Context.getRValueReferenceType(Ty); in Perform()
9881 ElementTypes[I] = Context.getRValueReferenceType(ElementTypes[I]); in DeduceTemplateSpecializationFromInitializer()
H A DSemaType.cpp1908 return Context.getRValueReferenceType(T); in BuildReferenceType()
6970 return C.getRValueReferenceType(New); in wrap()
H A DSemaDeclCXX.cpp10105 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()
15119 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()
15659 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveConstructor()
H A DSemaTemplateDeduction.cpp5398 return Context.getRValueReferenceType(RawType); in GetImplicitObjectParameterType()
H A DSemaOverload.cpp12091 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4582 return GetType(getASTContext().getRValueReferenceType(GetQualType(type))); in GetRValueReferenceType()