| /freebsd/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 | 128 ACtx.getLValueReferenceType(ACtx.IntTy), C.blockCount(), &ErrnoDecl); in checkBeginFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 416 QT = Ctx.getLValueReferenceType(QT); in getFullyQualifiedType()
|
| H A D | DeclCXX.cpp | 2595 ObjectTy = C.getLangOpts().HLSL ? C.getLValueReferenceType(ObjectTy) in getThisType() 2624 return C.getLValueReferenceType(Type); in getFunctionObjectParameterReferenceType()
|
| H A D | ASTContext.cpp | 3806 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { in getLValueReferenceType() function in ASTContext 3828 Canonical = getLValueReferenceType(getCanonicalType(PointeeType)); in getLValueReferenceType() 4040 result = getLValueReferenceType( in getVariableArrayDecayedType() 6076 return getLValueReferenceType(T); in getReferenceQualifiedType() 11869 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr() 11989 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr() 13288 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 | 1758 return Context.getLValueReferenceType(getType()); in getParameterType()
|
| H A D | ExprConstant.cpp | 110 return Ctx.getLValueReferenceType(E->getType()); in getStorageType() 2000 Info.Ctx.getLValueReferenceType(This->Designator.MostDerivedType)); in describe() 4292 Info.Ctx.getLValueReferenceType(LValType)); in findCompleteObject() 5778 Info.Ctx.getLValueReferenceType(This.Designator.getType(Info.Ctx)); in checkDynamicType() 6610 << Printable.getAsString(Info.Ctx, Info.Ctx.getLValueReferenceType(T)); in HandleDestructionImpl() 16051 Ctx.getLValueReferenceType(getType()), LV, in EvaluateAsLValue()
|
| H A D | MicrosoftMangle.cpp | 2842 mangleFunctionArgumentType(getASTContext().getLValueReferenceType( in mangleFunctionType()
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 744 DesugaredTy = B->Ctx.getLValueReferenceType(DesugaredTy); in transformForValuePrinting() 745 Ty = B->Ctx.getLValueReferenceType(Ty); in transformForValuePrinting()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLExternalSemaSource.cpp | 237 ReturnTy = AST.getLValueReferenceType(ReturnTy); in addArraySubscriptOperator()
|
| H A D | SemaOverload.cpp | 8664 ParamTypes[0] = S.Context.getLValueReferenceType( in AddBuiltinAssignmentOperatorCandidates() 8672 ParamTypes[0] = S.Context.getLValueReferenceType( in AddBuiltinAssignmentOperatorCandidates() 8772 return S.Context.getLValueReferenceType(Base); in makeQualifiedLValueReferenceType() 8880 S.Context.getLValueReferenceType(CandidateTy), in addPlusPlusMinusMinusStyleOverloads() 8891 S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads() 8901 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads() 8907 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads() 9444 S.Context.getLValueReferenceType(PtrTy), in addAssignmentPointerOverloads() 9455 S.Context.getLValueReferenceType(S.Context.getVolatileType(PtrTy)); in addAssignmentPointerOverloads() 9464 S.Context.getLValueReferenceType(S.Context.getRestrictType(PtrTy)); in addAssignmentPointerOverloads() [all …]
|
| H A D | CheckExprLifetime.cpp | 415 LHST = Ctx.getLValueReferenceType(MD->getFunctionObjectParameterType()); in implicitObjectParamIsLifetimeBound()
|
| H A D | SemaStmt.cpp | 2974 ReferenceReturnType = SemaRef.Context.getLValueReferenceType(E->getType()); in DiagnoseForRangeReferenceVariableCopies() 2993 SemaRef.Context.getLValueReferenceType(E->getType().withConst()); in DiagnoseForRangeReferenceVariableCopies() 3056 << 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 | 1907 return Context.getLValueReferenceType(T, SpelledAsLValue); in BuildReferenceType() 6968 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue()); in wrap() 8492 CurType = S.getASTContext().getLValueReferenceType(CurType); in HandleHLSLParamModifierAttr() 9462 return Context.getLValueReferenceType(T); in getDecltypeForExpr()
|
| H A D | SemaDeclCXX.cpp | 7626 QualType ExpectedReturnType = Context.getLValueReferenceType(DeclType); in CheckExplicitlyDefaultedSpecialMember() 8827 Context.getLValueReferenceType(PlainTy.withConst()); in CheckExplicitlyDefaultedComparison() 10086 << Context.getLValueReferenceType( in SpecialMemberIsTrivial() 14762 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment() 14767 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment() 15118 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitMoveAssignment() 15515 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyConstructor()
|
| H A D | SemaTemplateDeduction.cpp | 4189 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction() 5399 return Context.getLValueReferenceType(RawType); in GetImplicitObjectParameterType()
|
| H A D | SemaExpr.cpp | 16337 Context, Context.getLValueReferenceType(VaListType), false); in BuildVAArgExpr() 18468 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInCapturedRegion() 18516 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInLambda() 18901 CaptureType = Context.getLValueReferenceType(DeclRefType); in tryCaptureVariable() 20515 DestType = S.Context.getLValueReferenceType(DestType); in VisitImplicitCastExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineC.cpp | 260 ExTy = getContext().getLValueReferenceType(ExTy); in handleLValueBitCast()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 88 return ctx.getLValueReferenceType(pointeeTypeAsWritten,
|
| H A D | ASTContext.h | 1484 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
|
| /freebsd/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/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1536 RetType = CGM.getContext().getLValueReferenceType(RetType); in tryEmitConstantExpr()
|
| H A D | CGBlocks.cpp | 549 CGF.getContext().getLValueReferenceType(VD->getType()) : VD->getType(); in getCaptureFieldType()
|