Home
last modified time | relevance | path

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

12

/freebsd/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.cpp128 ACtx.getLValueReferenceType(ACtx.IntTy), C.blockCount(), &ErrnoDecl); in checkBeginFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp416 QT = Ctx.getLValueReferenceType(QT); in getFullyQualifiedType()
H A DDeclCXX.cpp2595 ObjectTy = C.getLangOpts().HLSL ? C.getLValueReferenceType(ObjectTy) in getThisType()
2624 return C.getLValueReferenceType(Type); in getFunctionObjectParameterReferenceType()
H A DASTContext.cpp3806 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 DASTDiagnostic.cpp220 QT = Context.getLValueReferenceType( in desugarForDiagnostic()
H A DExprCXX.cpp1758 return Context.getLValueReferenceType(getType()); in getParameterType()
H A DExprConstant.cpp110 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 DMicrosoftMangle.cpp2842 mangleFunctionArgumentType(getASTContext().getLValueReferenceType( in mangleFunctionType()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp744 DesugaredTy = B->Ctx.getLValueReferenceType(DesugaredTy); in transformForValuePrinting()
745 Ty = B->Ctx.getLValueReferenceType(Ty); in transformForValuePrinting()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp237 ReturnTy = AST.getLValueReferenceType(ReturnTy); in addArraySubscriptOperator()
H A DSemaOverload.cpp8664 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 DCheckExprLifetime.cpp415 LHST = Ctx.getLValueReferenceType(MD->getFunctionObjectParameterType()); in implicitObjectParamIsLifetimeBound()
H A DSemaStmt.cpp2974 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 DSemaCoroutine.cpp86 : S.Context.getLValueReferenceType(T, /*SpelledAsLValue*/ true); in lookupPromiseType()
H A DSemaType.cpp1907 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 DSemaDeclCXX.cpp7626 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 DSemaTemplateDeduction.cpp4189 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction()
5399 return Context.getLValueReferenceType(RawType); in GetImplicitObjectParameterType()
H A DSemaExpr.cpp16337 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 DExprEngineC.cpp260 ExTy = getContext().getLValueReferenceType(ExTy); in handleLValueBitCast()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td88 return ctx.getLValueReferenceType(pointeeTypeAsWritten,
H A DASTContext.h1484 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp570 pointer_type = m_clang.getASTContext().getLValueReferenceType(pointee_type); in CreatePointerType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1536 RetType = CGM.getContext().getLValueReferenceType(RetType); in tryEmitConstantExpr()
H A DCGBlocks.cpp549 CGF.getContext().getLValueReferenceType(VD->getType()) : VD->getType(); in getCaptureFieldType()

12