| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | InterpreterValuePrinter.cpp | 219 DesugaredTy = Ctx.getLValueReferenceType(DesugaredTy); in ExtractValueFromExpr() 220 Ty = Ctx.getLValueReferenceType(Ty); in ExtractValueFromExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CastValueChecker.cpp | 189 return ACtx.getLValueReferenceType(toAlign); in alignReferenceTypes() 191 return ACtx.getLValueReferenceType(toAlign); in alignReferenceTypes()
|
| H A D | ErrnoModeling.cpp | 126 ACtx.getLValueReferenceType(ACtx.IntTy), C.blockCount(), &ErrnoDecl); in checkBeginFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpFrame.cpp | 161 S.getASTContext().getLValueReferenceType( in describe()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 412 QT = Ctx.getLValueReferenceType(QT); in getFullyQualifiedType()
|
| H A D | DeclCXX.cpp | 2794 ObjectTy = C.getLangOpts().HLSL ? C.getLValueReferenceType(ObjectTy) in getThisType() 2823 return C.getLValueReferenceType(Type); in getFunctionObjectParameterReferenceType()
|
| H A D | ASTContext.cpp | 4086 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { in getLValueReferenceType() function in ASTContext 4108 Canonical = getLValueReferenceType(getCanonicalType(PointeeType)); in getLValueReferenceType() 4338 result = getLValueReferenceType( in getVariableArrayDecayedType() 6495 return getLValueReferenceType(T); in getReferenceQualifiedType() 12491 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr() 12614 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr() 14087 return Ctx.getLValueReferenceType(getCommonPointeeType(Ctx, PX, PY), in getCommonNonSugarTypeNode()
|
| H A D | ASTDiagnostic.cpp | 220 QT = Context.getLValueReferenceType( in desugarForDiagnostic()
|
| H A D | ExprCXX.cpp | 1762 return Context.getLValueReferenceType(getType()); in getParameterType()
|
| H A D | ExprConstant.cpp | 114 return Ctx.getLValueReferenceType(E->getType()); in getStorageType() 2037 Info.Ctx.getLValueReferenceType(This->Designator.MostDerivedType)); in describe() 4574 Info.Ctx.getLValueReferenceType(LValType)); in findCompleteObject() 6067 Info.Ctx.getLValueReferenceType(This.Designator.getType(Info.Ctx)); in checkDynamicType() 6916 << Printable.getAsString(Info.Ctx, Info.Ctx.getLValueReferenceType(T)); in HandleDestructionImpl() 16963 Ctx.getLValueReferenceType(getType()), LV, in EvaluateAsLValue()
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/server/ |
| H A D | RPCServerSourceEmitter.cpp | 518 method.Context.getLValueReferenceType(UnqualifiedUnderlyingSBClass); in EmitCallbackFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprConstant.cpp | 641 retType = cgm.getASTContext().getLValueReferenceType(retType); in tryEmitConstantExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 9125 ParamTypes[0] = S.Context.getLValueReferenceType( in AddBuiltinAssignmentOperatorCandidates() 9133 ParamTypes[0] = S.Context.getLValueReferenceType( in AddBuiltinAssignmentOperatorCandidates() 9231 return S.Context.getLValueReferenceType(Base); in makeQualifiedLValueReferenceType() 9338 S.Context.getLValueReferenceType(CandidateTy), in addPlusPlusMinusMinusStyleOverloads() 9349 S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads() 9359 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads() 9365 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads() 9902 S.Context.getLValueReferenceType(PtrTy), in addAssignmentPointerOverloads() 9913 S.Context.getLValueReferenceType(S.Context.getVolatileType(PtrTy)); in addAssignmentPointerOverloads() 9922 S.Context.getLValueReferenceType(S.Context.getRestrictType(PtrTy)); in addAssignmentPointerOverloads() [all …]
|
| H A D | HLSLBuiltinTypeDeclBuilder.cpp | 822 ReturnTy = AST.getLValueReferenceType(ReturnTy); in addHandleAccessFunction()
|
| H A D | SemaStmt.cpp | 3083 ReferenceReturnType = SemaRef.Context.getLValueReferenceType(E->getType()); in DiagnoseForRangeReferenceVariableCopies() 3102 SemaRef.Context.getLValueReferenceType(E->getType().withConst()); in DiagnoseForRangeReferenceVariableCopies() 3165 << SemaRef.Context.getLValueReferenceType(VariableType) in DiagnoseForRangeConstVariableCopies()
|
| H A D | CheckExprLifetime.cpp | 519 LHST = Ctx.getLValueReferenceType(MD->getFunctionObjectParameterType()); in isNormalAssignmentOperator()
|
| H A D | SemaCoroutine.cpp | 84 : S.Context.getLValueReferenceType(T, /*SpelledAsLValue*/ true); in lookupPromiseType()
|
| H A D | SemaTemplateDeduction.cpp | 432 ValueType = S.Context.getLValueReferenceType(ValueType); in DeduceNonTypeTemplateArgument() 4281 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction() 5513 return Context.getLValueReferenceType(RawType); in GetImplicitObjectParameterType()
|
| H A D | SemaDeclCXX.cpp | 7790 QualType ExpectedReturnType = Context.getLValueReferenceType(DeclType); in CheckExplicitlyDefaultedSpecialMember() 8940 MD->getParamDecl(0)->setType(Context.getLValueReferenceType( in CheckExplicitlyDefaultedComparison() 9007 Context.getLValueReferenceType(PlainTy.withConst()); in CheckExplicitlyDefaultedComparison() 10297 << Context.getLValueReferenceType( in SpecialMemberIsTrivial() 15051 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment() 15056 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment() 15407 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitMoveAssignment() 15806 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyConstructor()
|
| H A D | SemaType.cpp | 1932 return Context.getLValueReferenceType(T, SpelledAsLValue); in BuildReferenceType() 6996 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue()); in wrap() 9747 return Context.getLValueReferenceType(T); in getDecltypeForExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineC.cpp | 264 ExTy = getContext().getLValueReferenceType(ExTy); in handleLValueBitCast()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 88 return ctx.getLValueReferenceType(pointeeTypeAsWritten,
|
| H A D | ASTContext.h | 1605 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 570 pointer_type = m_clang.getASTContext().getLValueReferenceType(pointee_type); in CreatePointerType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 549 CGF.getContext().getLValueReferenceType(VD->getType()) : VD->getType(); in getCaptureFieldType()
|