Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp189 return ACtx.getLValueReferenceType(toAlign); in alignReferenceTypes()
191 return ACtx.getLValueReferenceType(toAlign); in alignReferenceTypes()
H A DErrnoModeling.cpp168 ACtx.getLValueReferenceType(ACtx.IntTy), C.blockCount(), &ErrnoDecl); in checkBeginFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp571 DesugaredTy = Ctx.getLValueReferenceType(DesugaredTy); in getCall()
572 Ty = Ctx.getLValueReferenceType(Ty); in getCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp415 QT = Ctx.getLValueReferenceType(QT); in getFullyQualifiedType()
H A DDeclCXX.cpp2546 return C.getLangOpts().HLSL ? C.getLValueReferenceType(ObjectTy) in getThisType()
2571 return C.getLValueReferenceType(Type); in getFunctionObjectParameterReferenceType()
H A DASTContext.cpp3394 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { in getLValueReferenceType() function in ASTContext
3416 Canonical = getLValueReferenceType(getCanonicalType(PointeeType)); in getLValueReferenceType()
3629 result = getLValueReferenceType( in getVariableArrayDecayedType()
5666 return getLValueReferenceType(T); in getReferenceQualifiedType()
11390 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr()
11506 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr()
12784 return Ctx.getLValueReferenceType(getCommonPointeeType(Ctx, PX, PY), in getCommonNonSugarTypeNode()
H A DASTDiagnostic.cpp220 QT = Context.getLValueReferenceType( in desugarForDiagnostic()
H A DExprCXX.cpp1673 return Context.getLValueReferenceType(getType()); in getParameterType()
H A DExprConstant.cpp109 return Ctx.getLValueReferenceType(E->getType()); in getStorageType()
1994 Info.Ctx.getLValueReferenceType(This->Designator.MostDerivedType)); in describe()
4257 Info.Ctx.getLValueReferenceType(LValType)); in findCompleteObject()
5717 Info.Ctx.getLValueReferenceType(This.Designator.getType(Info.Ctx)); in checkDynamicType()
6549 << Printable.getAsString(Info.Ctx, Info.Ctx.getLValueReferenceType(T)); in HandleDestructionImpl()
15636 Ctx.getLValueReferenceType(getType()), LV, in EvaluateAsLValue()
H A DMicrosoftMangle.cpp2737 mangleFunctionArgumentType(getASTContext().getLValueReferenceType( in mangleFunctionType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp233 ReturnTy = AST.getLValueReferenceType(ReturnTy); in addArraySubscriptOperator()
H A DSemaOverload.cpp8655 ParamTypes[0] = S.Context.getLValueReferenceType( in AddBuiltinAssignmentOperatorCandidates()
8663 ParamTypes[0] = S.Context.getLValueReferenceType( in AddBuiltinAssignmentOperatorCandidates()
8763 return S.Context.getLValueReferenceType(Base); in makeQualifiedLValueReferenceType()
8853 S.Context.getLValueReferenceType(CandidateTy), in addPlusPlusMinusMinusStyleOverloads()
8864 S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads()
8874 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads()
8880 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads()
9417 S.Context.getLValueReferenceType(PtrTy), in addAssignmentPointerOverloads()
9459 S.Context.getLValueReferenceType(PtrTy), in addAssignmentPointerOverloads()
9471 ParamTypes[0] = S.Context.getLValueReferenceType( in addAssignmentPointerOverloads()
[all …]
H A DSemaStmt.cpp3136 ReferenceReturnType = SemaRef.Context.getLValueReferenceType(E->getType()); in DiagnoseForRangeReferenceVariableCopies()
3155 SemaRef.Context.getLValueReferenceType(E->getType().withConst()); in DiagnoseForRangeReferenceVariableCopies()
3218 << SemaRef.Context.getLValueReferenceType(VariableType) in DiagnoseForRangeConstVariableCopies()
H A DSemaCoroutine.cpp86 : S.Context.getLValueReferenceType(T, /*SpelledAsLValue*/ true); in lookupPromiseType()
H A DSemaType.cpp2321 return Context.getLValueReferenceType(T, SpelledAsLValue); in BuildReferenceType()
7385 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue()); in wrap()
8798 CurType = S.getASTContext().getLValueReferenceType(CurType); in HandleHLSLParamModifierAttr()
9779 return Context.getLValueReferenceType(T); in getDecltypeForExpr()
H A DSemaDeclCXX.cpp7738 QualType ExpectedReturnType = Context.getLValueReferenceType(DeclType); in CheckExplicitlyDefaultedSpecialMember()
8929 Context.getLValueReferenceType(PlainTy.withConst()); in CheckExplicitlyDefaultedComparison()
10177 << Context.getLValueReferenceType( in SpecialMemberIsTrivial()
14889 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment()
14894 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment()
15243 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()
15638 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyConstructor()
H A DSemaTemplateDeduction.cpp4012 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction()
5267 ArgTy = Context.getLValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
H A DSemaInit.cpp7540 LHST = Ctx.getLValueReferenceType(MD->getFunctionObjectParameterType()); in implicitObjectParamIsLifetimeBound()
9051 Ty = S.Context.getLValueReferenceType(Ty, in Perform()
10765 Context.getLValueReferenceType(ElementTypes[I].withConst()); in DeduceTemplateSpecializationFromInitializer()
H A DSemaExpr.cpp17347 Context, Context.getLValueReferenceType(VaListType), false); in BuildVAArgExpr()
19482 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInCapturedRegion()
19540 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInLambda()
19905 CaptureType = Context.getLValueReferenceType(DeclRefType); in tryCaptureVariable()
21515 DestType = S.Context.getLValueReferenceType(DestType); in VisitImplicitCastExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp260 ExTy = getContext().getLValueReferenceType(ExTy); in handleLValueBitCast()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td69 return ctx.getLValueReferenceType(pointeeTypeAsWritten,
H A DASTContext.h1422 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp570 pointer_type = m_clang.getASTContext().getLValueReferenceType(pointee_type); in CreatePointerType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1438 RetType = CGM.getContext().getLValueReferenceType(RetType); in tryEmitConstantExpr()
H A DCGBlocks.cpp540 CGF.getContext().getLValueReferenceType(VD->getType()) : VD->getType(); in getCaptureFieldType()

12