| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 395 QT = Ctx.getLValueReferenceType(QT); in getFullyQualifiedType()
|
| H A D | ASTContext.cpp | 2967 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { in getLValueReferenceType() function in ASTContext 2988 Canonical = getLValueReferenceType(getCanonicalType(PointeeType)); in getLValueReferenceType() 3180 result = getLValueReferenceType( in getVariableArrayDecayedType() 9401 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr() 9494 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr()
|
| H A D | ASTDiagnostic.cpp | 185 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
|
| H A D | MicrosoftMangle.cpp | 2201 mangleArgumentType(getASTContext().getLValueReferenceType( in mangleFunctionType()
|
| H A D | Type.cpp | 800 return Ctx.getLValueReferenceType(pointeeType, T->isSpelledAsLValue()); in VisitLValueReferenceType()
|
| H A D | ASTImporter.cpp | 1058 return Importer.getToContext().getLValueReferenceType(*ToPointeeTypeOrErr); in VisitLValueReferenceType()
|
| H A D | ExprConstant.cpp | 10976 Ctx.getLValueReferenceType(getType()), LV, in EvaluateAsLValue()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 7663 ParamTypes[0] = S.Context.getLValueReferenceType(T); in AddBuiltinAssignmentOperatorCandidates() 7810 S.Context.getLValueReferenceType(CandidateTy), in addPlusPlusMinusMinusStyleOverloads() 7821 S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads() 7831 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads() 7837 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads() 8389 S.Context.getLValueReferenceType(*Ptr), in addAssignmentPointerOverloads() 8416 = S.Context.getLValueReferenceType( in addAssignmentPointerOverloads() 8436 S.Context.getLValueReferenceType(*Ptr), in addAssignmentPointerOverloads() 8465 = S.Context.getLValueReferenceType( in addAssignmentPointerOverloads() 8501 S.Context.getLValueReferenceType(ArithmeticTypes[Left]); in addAssignmentArithmeticOverloads() [all …]
|
| H A D | SemaCoroutine.cpp | 90 : S.Context.getLValueReferenceType(T, /*SpelledAsLValue*/ true); in lookupPromiseType()
|
| H A D | SemaType.cpp | 2025 return Context.getLValueReferenceType(T, SpelledAsLValue); in BuildReferenceType() 6327 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue()); in wrap() 8119 return S.Context.getLValueReferenceType(T); in getDecltypeForExpr() 8135 case VK_LValue: T = S.Context.getLValueReferenceType(T); break; in getDecltypeForExpr()
|
| H A D | SemaStmt.cpp | 2736 SemaRef.Context.getLValueReferenceType(E->getType().withConst()); in DiagnoseForRangeReferenceVariableCopies() 2783 << SemaRef.Context.getLValueReferenceType(VariableType) in DiagnoseForRangeConstVariableCopies()
|
| H A D | SemaDeclCXX.cpp | 6556 QualType ExpectedReturnType = Context.getLValueReferenceType(DeclType); in CheckExplicitlyDefaultedSpecialMember() 7613 << Context.getLValueReferenceType( in SpecialMemberIsTrivial() 11812 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment() 11820 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment() 12137 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitMoveAssignment() 12515 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyConstructor()
|
| H A D | SemaTemplateDeduction.cpp | 3614 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction() 4668 ArgTy = Context.getLValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
|
| H A D | SemaExpr.cpp | 13854 Context, Context.getLValueReferenceType(VaListType), false); in BuildVAArgExpr() 15108 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInCapturedRegion() 15212 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInLambda() 15407 CaptureType = Context.getLValueReferenceType(DeclRefType); in tryCaptureVariable() 16427 ArgType = S.Context.getLValueReferenceType(ArgType); in VisitCallExpr() 16512 DestType = S.Context.getLValueReferenceType(DestType); in VisitImplicitCastExpr()
|
| H A D | SemaExprCXX.cpp | 5570 QualType T = To->isLValue() ? Self.Context.getLValueReferenceType(ToType) in TryClassUnification()
|
| H A D | SemaInit.cpp | 7761 Ty = S.Context.getLValueReferenceType(Ty, in Perform()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 84 ResultTy = Ctx.getLValueReferenceType(ResultTy); in getResultType()
|
| H A D | ExprEngineC.cpp | 262 ExTy = getContext().getLValueReferenceType(ExTy); in handleLValueBitCast()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 736 m_clang.getASTContext()->getLValueReferenceType(pointee_type); in CreatePointerType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1295 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 315 QualType RefType = Ctx.getLValueReferenceType(DstType); in castValueFromUintptr() 327 return C.getLValueReferenceType( in getCanonicalParamType()
|
| H A D | CGBlocks.cpp | 516 CGF.getContext().getLValueReferenceType(VD->getType()) : VD->getType(); in getCaptureFieldType()
|
| H A D | MicrosoftCXXABI.cpp | 3899 getContext().getLValueReferenceType(RecordTy, in getAddrOfCXXCtorClosure()
|
| H A D | CGDebugInfo.cpp | 1788 T = CGM.getContext().getLValueReferenceType(T); in CollectTemplateParams()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 4906 ->getLValueReferenceType(GetQualType(type)) in GetLValueReferenceType()
|