Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp189 return ACtx.getLValueReferenceType(toAlign); in alignReferenceTypes()
191 return ACtx.getLValueReferenceType(toAlign); in alignReferenceTypes()
H A DErrnoModeling.cpp167 ACtx.getLValueReferenceType(ACtx.IntTy), C.blockCount(), &ErrnoDecl); in checkBeginFunction()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DQualTypeNames.cpp415 QT = Ctx.getLValueReferenceType(QT); in getFullyQualifiedType()
H A DASTContext.cpp3432 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 DASTDiagnostic.cpp219 QT = Context.getLValueReferenceType( in desugarForDiagnostic()
H A DExprCXX.cpp1653 return Context.getLValueReferenceType(getType()); in getParameterType()
H A DExprConstant.cpp106 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 DMicrosoftMangle.cpp2613 mangleFunctionArgumentType(getASTContext().getLValueReferenceType( in mangleFunctionType()
H A DType.cpp933 return Ctx.getLValueReferenceType(pointeeType, T->isSpelledAsLValue()); in VisitLValueReferenceType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp236 ReturnTy = AST.getLValueReferenceType(ReturnTy); in addArraySubscriptOperator()
H A DSemaOverload.cpp8281 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 DSemaStmt.cpp3126 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 DSemaCoroutine.cpp86 : S.Context.getLValueReferenceType(T, /*SpelledAsLValue*/ true); in lookupPromiseType()
H A DSemaDeclCXX.cpp7531 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 DSemaTemplateDeduction.cpp3874 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction()
5002 ArgTy = Context.getLValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
H A DSemaType.cpp2277 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 DSemaExpr.cpp16832 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 DSemaInit.cpp7398 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 DTypeProperties.td69 return ctx.getLValueReferenceType(pointeeTypeAsWritten,
H A DASTContext.h1406 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp265 ExTy = getContext().getLValueReferenceType(ExTy); in handleLValueBitCast()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp569 pointer_type = m_clang.getASTContext().getLValueReferenceType(pointee_type); in CreatePointerType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp1401 RetType = CGM.getContext().getLValueReferenceType(RetType); in tryEmitConstantExpr()
H A DCGBlocks.cpp565 CGF.getContext().getLValueReferenceType(VD->getType()) : VD->getType(); in getCaptureFieldType()
H A DMicrosoftCXXABI.cpp4108 getContext().getLValueReferenceType(RecordTy, in getAddrOfCXXCtorClosure()

12