| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CastValueChecker.cpp | 189 return ACtx.getLValueReferenceType(toAlign); in alignReferenceTypes() 191 return ACtx.getLValueReferenceType(toAlign); in alignReferenceTypes()
|
| H A D | ErrnoModeling.cpp | 168 ACtx.getLValueReferenceType(ACtx.IntTy), C.blockCount(), &ErrnoDecl); in checkBeginFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 571 DesugaredTy = Ctx.getLValueReferenceType(DesugaredTy); in getCall() 572 Ty = Ctx.getLValueReferenceType(Ty); in getCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 415 QT = Ctx.getLValueReferenceType(QT); in getFullyQualifiedType()
|
| H A D | DeclCXX.cpp | 2546 return C.getLangOpts().HLSL ? C.getLValueReferenceType(ObjectTy) in getThisType() 2571 return C.getLValueReferenceType(Type); in getFunctionObjectParameterReferenceType()
|
| H A D | ASTContext.cpp | 3394 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 D | ASTDiagnostic.cpp | 220 QT = Context.getLValueReferenceType( in desugarForDiagnostic()
|
| H A D | ExprCXX.cpp | 1673 return Context.getLValueReferenceType(getType()); in getParameterType()
|
| H A D | ExprConstant.cpp | 109 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 D | MicrosoftMangle.cpp | 2737 mangleFunctionArgumentType(getASTContext().getLValueReferenceType( in mangleFunctionType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLExternalSemaSource.cpp | 233 ReturnTy = AST.getLValueReferenceType(ReturnTy); in addArraySubscriptOperator()
|
| H A D | SemaOverload.cpp | 8655 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 D | SemaStmt.cpp | 3136 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 D | SemaCoroutine.cpp | 86 : S.Context.getLValueReferenceType(T, /*SpelledAsLValue*/ true); in lookupPromiseType()
|
| H A D | SemaType.cpp | 2321 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 D | SemaDeclCXX.cpp | 7738 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 D | SemaTemplateDeduction.cpp | 4012 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction() 5267 ArgTy = Context.getLValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
|
| H A D | SemaInit.cpp | 7540 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 D | SemaExpr.cpp | 17347 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 D | ExprEngineC.cpp | 260 ExTy = getContext().getLValueReferenceType(ExTy); in handleLValueBitCast()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 69 return ctx.getLValueReferenceType(pointeeTypeAsWritten,
|
| H A D | ASTContext.h | 1422 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 570 pointer_type = m_clang.getASTContext().getLValueReferenceType(pointee_type); in CreatePointerType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1438 RetType = CGM.getContext().getLValueReferenceType(RetType); in tryEmitConstantExpr()
|
| H A D | CGBlocks.cpp | 540 CGF.getContext().getLValueReferenceType(VD->getType()) : VD->getType(); in getCaptureFieldType()
|