Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp188 return ACtx.getLValueReferenceType(toAlign); in alignReferenceTypes()
190 return ACtx.getLValueReferenceType(toAlign); in alignReferenceTypes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DQualTypeNames.cpp405 QT = Ctx.getLValueReferenceType(QT); in getFullyQualifiedType()
H A DExprObjC.cpp281 return Ctx.getLValueReferenceType(QT); in getCallReturnType()
H A DASTContext.cpp3309 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { in getLValueReferenceType() function in ASTContext
3330 Canonical = getLValueReferenceType(getCanonicalType(PointeeType)); in getLValueReferenceType()
3536 result = getLValueReferenceType( in getVariableArrayDecayedType()
10454 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr()
10560 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr()
H A DExprCXX.cpp1577 return Context.getLValueReferenceType(getType()); in getParameterType()
H A DASTDiagnostic.cpp189 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
H A DExprConstant.cpp106 return Ctx.getLValueReferenceType(E->getType()); in getStorageType()
4165 Info.Ctx.getLValueReferenceType(LValType)); in findCompleteObject()
5541 Info.Ctx.getLValueReferenceType(This.Designator.getType(Info.Ctx)); in checkDynamicType()
6365 << Printable.getAsString(Info.Ctx, Info.Ctx.getLValueReferenceType(T)); in HandleDestructionImpl()
14784 Ctx.getLValueReferenceType(getType()), LV, in EvaluateAsLValue()
H A DMicrosoftMangle.cpp2569 mangleFunctionArgumentType(getASTContext().getLValueReferenceType( in mangleFunctionType()
H A DType.cpp923 return Ctx.getLValueReferenceType(pointeeType, T->isSpelledAsLValue()); in VisitLValueReferenceType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp8075 ParamTypes[0] = S.Context.getLValueReferenceType( in AddBuiltinAssignmentOperatorCandidates()
8083 ParamTypes[0] = S.Context.getLValueReferenceType( in AddBuiltinAssignmentOperatorCandidates()
8228 S.Context.getLValueReferenceType(CandidateTy), in addPlusPlusMinusMinusStyleOverloads()
8239 S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads()
8249 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads()
8255 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads()
8790 S.Context.getLValueReferenceType(PtrTy), in addAssignmentPointerOverloads()
8801 S.Context.getLValueReferenceType(S.Context.getVolatileType(PtrTy)); in addAssignmentPointerOverloads()
8810 S.Context.getLValueReferenceType(S.Context.getRestrictType(PtrTy)); in addAssignmentPointerOverloads()
8817 S.Context.getLValueReferenceType(S.Context.getCVRQualifiedType( in addAssignmentPointerOverloads()
[all …]
H A DSemaStmt.cpp3078 ReferenceReturnType = SemaRef.Context.getLValueReferenceType(E->getType()); in DiagnoseForRangeReferenceVariableCopies()
3097 SemaRef.Context.getLValueReferenceType(E->getType().withConst()); in DiagnoseForRangeReferenceVariableCopies()
3160 << SemaRef.Context.getLValueReferenceType(VariableType) in DiagnoseForRangeConstVariableCopies()
H A DSemaCoroutine.cpp91 : S.Context.getLValueReferenceType(T, /*SpelledAsLValue*/ true); in lookupPromiseType()
H A DSemaType.cpp2183 return Context.getLValueReferenceType(T, SpelledAsLValue); in BuildReferenceType()
6949 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue()); in wrap()
8883 return Context.getLValueReferenceType(T); in getDecltypeForParenthesizedExpr()
8949 return S.Context.getLValueReferenceType(T); in getDecltypeForExpr()
H A DSemaDeclCXX.cpp7366 QualType ExpectedReturnType = Context.getLValueReferenceType(DeclType); in CheckExplicitlyDefaultedSpecialMember()
8389 Context.getLValueReferenceType(ExpectedParmType1.withConst()); in CheckExplicitlyDefaultedComparison()
9596 << Context.getLValueReferenceType( in SpecialMemberIsTrivial()
13943 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment()
13948 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment()
14281 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()
14662 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyConstructor()
H A DSemaTemplateDeduction.cpp3884 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction()
5063 ArgTy = Context.getLValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
H A DSemaExpr.cpp15674 Context, Context.getLValueReferenceType(VaListType), false); in BuildVAArgExpr()
17439 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInCapturedRegion()
17485 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInLambda()
17808 CaptureType = Context.getLValueReferenceType(DeclRefType); in tryCaptureVariable()
19201 ArgType = S.Context.getLValueReferenceType(ArgType); in VisitCallExpr()
19286 DestType = S.Context.getLValueReferenceType(DestType); in VisitImplicitCastExpr()
H A DSemaInit.cpp7009 LHST = Ctx.getLValueReferenceType(MD->getThisObjectType()); in implicitObjectParamIsLifetimeBound()
8476 Ty = S.Context.getLValueReferenceType(Ty, in Perform()
H A DSemaOpenMP.cpp4303 Ty = C.getLValueReferenceType(Ty); in buildCaptureDecl()
5228 QualType ResultTy = Ctx.getLValueReferenceType(LogicalTy); in buildDistanceFunc()
5363 QualType TargetParamTy = Ctx.getLValueReferenceType(LoopVarTy); in buildLoopVarFunc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp84 ResultTy = Ctx.getLValueReferenceType(ResultTy); in getResultType()
H A DExprEngineC.cpp265 ExTy = getContext().getLValueReferenceType(ExTy); in handleLValueBitCast()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td69 return ctx.getLValueReferenceType(pointeeTypeAsWritten,
H A DASTContext.h1318 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp517 CGF.getContext().getLValueReferenceType(VD->getType()) : VD->getType(); in getCaptureFieldType()
H A DMicrosoftCXXABI.cpp4002 getContext().getLValueReferenceType(RecordTy, in getAddrOfCXXCtorClosure()
H A DCGDebugInfo.cpp2029 T = CGM.getContext().getLValueReferenceType(T); in CollectTemplateParams()

12