| /openbsd-src/gnu/llvm/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 | 167 ACtx.getLValueReferenceType(ACtx.IntTy), C.blockCount(), &ErrnoDecl); in checkBeginFunction()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 415 QT = Ctx.getLValueReferenceType(QT); in getFullyQualifiedType()
|
| H A D | ASTContext.cpp | 3432 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { in getLValueReferenceType() function in ASTContext 3454 Canonical = getLValueReferenceType(getCanonicalType(PointeeType)); in getLValueReferenceType() 3665 result = getLValueReferenceType( in getVariableArrayDecayedType() 5679 return getLValueReferenceType(T); in getReferenceQualifiedType() 11283 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr() 11389 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr() 12643 return Ctx.getLValueReferenceType(getCommonPointeeType(Ctx, PX, PY), in getCommonNonSugarTypeNode()
|
| H A D | ASTDiagnostic.cpp | 219 QT = Context.getLValueReferenceType( in desugarForDiagnostic()
|
| H A D | ExprCXX.cpp | 1653 return Context.getLValueReferenceType(getType()); in getParameterType()
|
| H A D | ExprConstant.cpp | 106 return Ctx.getLValueReferenceType(E->getType()); in getStorageType() 4194 Info.Ctx.getLValueReferenceType(LValType)); in findCompleteObject() 5632 Info.Ctx.getLValueReferenceType(This.Designator.getType(Info.Ctx)); in checkDynamicType() 6455 << Printable.getAsString(Info.Ctx, Info.Ctx.getLValueReferenceType(T)); in HandleDestructionImpl() 15279 Ctx.getLValueReferenceType(getType()), LV, in EvaluateAsLValue()
|
| H A D | MicrosoftMangle.cpp | 2613 mangleFunctionArgumentType(getASTContext().getLValueReferenceType( in mangleFunctionType()
|
| H A D | Type.cpp | 933 return Ctx.getLValueReferenceType(pointeeType, T->isSpelledAsLValue()); in VisitLValueReferenceType()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | HLSLExternalSemaSource.cpp | 236 ReturnTy = AST.getLValueReferenceType(ReturnTy); in addArraySubscriptOperator()
|
| H A D | SemaOverload.cpp | 8281 ParamTypes[0] = S.Context.getLValueReferenceType( in AddBuiltinAssignmentOperatorCandidates() 8289 ParamTypes[0] = S.Context.getLValueReferenceType( in AddBuiltinAssignmentOperatorCandidates() 8389 return S.Context.getLValueReferenceType(Base); in makeQualifiedLValueReferenceType() 8479 S.Context.getLValueReferenceType(CandidateTy), in addPlusPlusMinusMinusStyleOverloads() 8490 S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads() 8500 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads() 8506 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads() 9043 S.Context.getLValueReferenceType(PtrTy), in addAssignmentPointerOverloads() 9054 S.Context.getLValueReferenceType(S.Context.getVolatileType(PtrTy)); in addAssignmentPointerOverloads() 9063 S.Context.getLValueReferenceType(S.Context.getRestrictType(PtrTy)); in addAssignmentPointerOverloads() [all …]
|
| H A D | SemaStmt.cpp | 3126 ReferenceReturnType = SemaRef.Context.getLValueReferenceType(E->getType()); in DiagnoseForRangeReferenceVariableCopies() 3145 SemaRef.Context.getLValueReferenceType(E->getType().withConst()); in DiagnoseForRangeReferenceVariableCopies() 3208 << SemaRef.Context.getLValueReferenceType(VariableType) in DiagnoseForRangeConstVariableCopies()
|
| H A D | SemaCoroutine.cpp | 86 : S.Context.getLValueReferenceType(T, /*SpelledAsLValue*/ true); in lookupPromiseType()
|
| H A D | SemaDeclCXX.cpp | 7531 QualType ExpectedReturnType = Context.getLValueReferenceType(DeclType); in CheckExplicitlyDefaultedSpecialMember() 8656 Context.getLValueReferenceType(PlainTy.withConst()); in CheckExplicitlyDefaultedComparison() 9880 << Context.getLValueReferenceType( in SpecialMemberIsTrivial() 14449 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment() 14454 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment() 14792 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitMoveAssignment() 15170 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyConstructor()
|
| H A D | SemaTemplateDeduction.cpp | 3874 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction() 5002 ArgTy = Context.getLValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
|
| H A D | SemaType.cpp | 2277 return Context.getLValueReferenceType(T, SpelledAsLValue); in BuildReferenceType() 7226 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue()); in wrap() 9287 return Context.getLValueReferenceType(T); in getDecltypeForExpr()
|
| H A D | SemaExpr.cpp | 16832 Context, Context.getLValueReferenceType(VaListType), false); in BuildVAArgExpr() 18826 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInCapturedRegion() 18878 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInLambda() 19210 CaptureType = Context.getLValueReferenceType(DeclRefType); in tryCaptureVariable() 20762 DestType = S.Context.getLValueReferenceType(DestType); in VisitImplicitCastExpr()
|
| H A D | SemaInit.cpp | 7398 LHST = Ctx.getLValueReferenceType(MD->getThisObjectType()); in implicitObjectParamIsLifetimeBound() 8885 Ty = S.Context.getLValueReferenceType(Ty, in Perform()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 69 return ctx.getLValueReferenceType(pointeeTypeAsWritten,
|
| H A D | ASTContext.h | 1406 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineC.cpp | 265 ExTy = getContext().getLValueReferenceType(ExTy); in handleLValueBitCast()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 569 pointer_type = m_clang.getASTContext().getLValueReferenceType(pointee_type); in CreatePointerType()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1401 RetType = CGM.getContext().getLValueReferenceType(RetType); in tryEmitConstantExpr()
|
| H A D | CGBlocks.cpp | 565 CGF.getContext().getLValueReferenceType(VD->getType()) : VD->getType(); in getCaptureFieldType()
|
| H A D | MicrosoftCXXABI.cpp | 4108 getContext().getLValueReferenceType(RecordTy, in getAddrOfCXXCtorClosure()
|