/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CastValueChecker.cpp | 188 return ACtx.getLValueReferenceType(toAlign); in alignReferenceTypes() 190 return ACtx.getLValueReferenceType(toAlign); in alignReferenceTypes()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | QualTypeNames.cpp | 405 QT = Ctx.getLValueReferenceType(QT); in getFullyQualifiedType()
|
H A D | ExprObjC.cpp | 281 return Ctx.getLValueReferenceType(QT); in getCallReturnType()
|
H A D | ASTContext.cpp | 3309 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 D | ExprCXX.cpp | 1577 return Context.getLValueReferenceType(getType()); in getParameterType()
|
H A D | ASTDiagnostic.cpp | 189 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
|
H A D | ExprConstant.cpp | 106 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 D | MicrosoftMangle.cpp | 2569 mangleFunctionArgumentType(getASTContext().getLValueReferenceType( in mangleFunctionType()
|
H A D | Type.cpp | 923 return Ctx.getLValueReferenceType(pointeeType, T->isSpelledAsLValue()); in VisitLValueReferenceType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 8075 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 D | SemaStmt.cpp | 3078 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 D | SemaCoroutine.cpp | 91 : S.Context.getLValueReferenceType(T, /*SpelledAsLValue*/ true); in lookupPromiseType()
|
H A D | SemaType.cpp | 2183 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 D | SemaDeclCXX.cpp | 7366 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 D | SemaTemplateDeduction.cpp | 3884 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction() 5063 ArgTy = Context.getLValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
|
H A D | SemaExpr.cpp | 15674 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 D | SemaInit.cpp | 7009 LHST = Ctx.getLValueReferenceType(MD->getThisObjectType()); in implicitObjectParamIsLifetimeBound() 8476 Ty = S.Context.getLValueReferenceType(Ty, in Perform()
|
H A D | SemaOpenMP.cpp | 4303 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 D | CallEvent.cpp | 84 ResultTy = Ctx.getLValueReferenceType(ResultTy); in getResultType()
|
H A D | ExprEngineC.cpp | 265 ExTy = getContext().getLValueReferenceType(ExTy); in handleLValueBitCast()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | TypeProperties.td | 69 return ctx.getLValueReferenceType(pointeeTypeAsWritten,
|
H A D | ASTContext.h | 1318 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 517 CGF.getContext().getLValueReferenceType(VD->getType()) : VD->getType(); in getCaptureFieldType()
|
H A D | MicrosoftCXXABI.cpp | 4002 getContext().getLValueReferenceType(RecordTy, in getAddrOfCXXCtorClosure()
|
H A D | CGDebugInfo.cpp | 2029 T = CGM.getContext().getLValueReferenceType(T); in CollectTemplateParams()
|