Home
last modified time | relevance | path

Searched refs:getLValueReferenceType (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp188 return ACtx.getLValueReferenceType(toAlign); in alignReferenceTypes()
190 return ACtx.getLValueReferenceType(toAlign); in alignReferenceTypes()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp413 QT = Ctx.getLValueReferenceType(QT); in getFullyQualifiedType()
H A DExprObjC.cpp281 return Ctx.getLValueReferenceType(QT); in getCallReturnType()
H A DASTContext.cpp3324 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { in getLValueReferenceType() function in ASTContext
3345 Canonical = getLValueReferenceType(getCanonicalType(PointeeType)); in getLValueReferenceType()
3551 result = getLValueReferenceType( in getVariableArrayDecayedType()
10501 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr()
10607 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr()
H A DASTDiagnostic.cpp190 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
H A DExprCXX.cpp1578 return Context.getLValueReferenceType(getType()); in getParameterType()
H A DExprConstant.cpp106 return Ctx.getLValueReferenceType(E->getType()); in getStorageType()
4168 Info.Ctx.getLValueReferenceType(LValType)); in findCompleteObject()
5544 Info.Ctx.getLValueReferenceType(This.Designator.getType(Info.Ctx)); in checkDynamicType()
6368 << Printable.getAsString(Info.Ctx, Info.Ctx.getLValueReferenceType(T)); in HandleDestructionImpl()
14822 Ctx.getLValueReferenceType(getType()), LV, in EvaluateAsLValue()
H A DMicrosoftMangle.cpp2569 mangleFunctionArgumentType(getASTContext().getLValueReferenceType( in mangleFunctionType()
H A DType.cpp923 return Ctx.getLValueReferenceType(pointeeType, T->isSpelledAsLValue()); in VisitLValueReferenceType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8071 ParamTypes[0] = S.Context.getLValueReferenceType( in AddBuiltinAssignmentOperatorCandidates()
8079 ParamTypes[0] = S.Context.getLValueReferenceType( in AddBuiltinAssignmentOperatorCandidates()
8224 S.Context.getLValueReferenceType(CandidateTy), in addPlusPlusMinusMinusStyleOverloads()
8235 S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads()
8245 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads()
8251 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads()
8788 S.Context.getLValueReferenceType(PtrTy), in addAssignmentPointerOverloads()
8830 S.Context.getLValueReferenceType(PtrTy), in addAssignmentPointerOverloads()
8842 ParamTypes[0] = S.Context.getLValueReferenceType( in addAssignmentPointerOverloads()
8851 ParamTypes[0] = S.Context.getLValueReferenceType( in addAssignmentPointerOverloads()
[all …]
H A DSemaStmt.cpp3079 ReferenceReturnType = SemaRef.Context.getLValueReferenceType(E->getType()); in DiagnoseForRangeReferenceVariableCopies()
3098 SemaRef.Context.getLValueReferenceType(E->getType().withConst()); in DiagnoseForRangeReferenceVariableCopies()
3161 << SemaRef.Context.getLValueReferenceType(VariableType) in DiagnoseForRangeConstVariableCopies()
H A DSemaCoroutine.cpp91 : S.Context.getLValueReferenceType(T, /*SpelledAsLValue*/ true); in lookupPromiseType()
H A DSemaType.cpp2207 return Context.getLValueReferenceType(T, SpelledAsLValue); in BuildReferenceType()
6982 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue()); in wrap()
8918 return Context.getLValueReferenceType(T); in getDecltypeForParenthesizedExpr()
8989 return S.Context.getLValueReferenceType(T); in getDecltypeForExpr()
H A DSemaDeclCXX.cpp7369 QualType ExpectedReturnType = Context.getLValueReferenceType(DeclType); in CheckExplicitlyDefaultedSpecialMember()
8396 Context.getLValueReferenceType(ExpectedParmType1.withConst()); in CheckExplicitlyDefaultedComparison()
9603 << Context.getLValueReferenceType( in SpecialMemberIsTrivial()
14136 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment()
14141 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment()
14474 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()
14852 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyConstructor()
H A DSemaTemplateDeduction.cpp3884 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction()
5063 ArgTy = Context.getLValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
H A DSemaExpr.cpp15795 Context, Context.getLValueReferenceType(VaListType), false); in BuildVAArgExpr()
17605 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInCapturedRegion()
17651 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInLambda()
17974 CaptureType = Context.getLValueReferenceType(DeclRefType); in tryCaptureVariable()
19377 ArgType = S.Context.getLValueReferenceType(ArgType); in VisitCallExpr()
19462 DestType = S.Context.getLValueReferenceType(DestType); in VisitImplicitCastExpr()
H A DSemaInit.cpp7011 LHST = Ctx.getLValueReferenceType(MD->getThisObjectType()); in implicitObjectParamIsLifetimeBound()
8477 Ty = S.Context.getLValueReferenceType(Ty, in Perform()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td69 return ctx.getLValueReferenceType(pointeeTypeAsWritten,
H A DASTContext.h1363 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp85 ResultTy = Ctx.getLValueReferenceType(ResultTy); in getResultType()
H A DExprEngineC.cpp265 ExTy = getContext().getLValueReferenceType(ExTy); in handleLValueBitCast()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp734 pointer_type = m_clang.getASTContext().getLValueReferenceType(pointee_type); in CreatePointerType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp517 CGF.getContext().getLValueReferenceType(VD->getType()) : VD->getType(); in getCaptureFieldType()
H A DMicrosoftCXXABI.cpp4002 getContext().getLValueReferenceType(RecordTy, in getAddrOfCXXCtorClosure()
H A DCGDebugInfo.cpp2010 T = CGM.getContext().getLValueReferenceType(T); in CollectTemplateParams()

12