Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterValuePrinter.cpp219 DesugaredTy = Ctx.getLValueReferenceType(DesugaredTy); in ExtractValueFromExpr()
220 Ty = Ctx.getLValueReferenceType(Ty); in ExtractValueFromExpr()
/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.cpp126 ACtx.getLValueReferenceType(ACtx.IntTy), C.blockCount(), &ErrnoDecl); in checkBeginFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpFrame.cpp161 S.getASTContext().getLValueReferenceType( in describe()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp412 QT = Ctx.getLValueReferenceType(QT); in getFullyQualifiedType()
H A DDeclCXX.cpp2794 ObjectTy = C.getLangOpts().HLSL ? C.getLValueReferenceType(ObjectTy) in getThisType()
2823 return C.getLValueReferenceType(Type); in getFunctionObjectParameterReferenceType()
H A DASTContext.cpp4086 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 DASTDiagnostic.cpp220 QT = Context.getLValueReferenceType( in desugarForDiagnostic()
H A DExprCXX.cpp1762 return Context.getLValueReferenceType(getType()); in getParameterType()
H A DExprConstant.cpp114 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 DRPCServerSourceEmitter.cpp518 method.Context.getLValueReferenceType(UnqualifiedUnderlyingSBClass); in EmitCallbackFunction()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp641 retType = cgm.getASTContext().getLValueReferenceType(retType); in tryEmitConstantExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp9125 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 DHLSLBuiltinTypeDeclBuilder.cpp822 ReturnTy = AST.getLValueReferenceType(ReturnTy); in addHandleAccessFunction()
H A DSemaStmt.cpp3083 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 DCheckExprLifetime.cpp519 LHST = Ctx.getLValueReferenceType(MD->getFunctionObjectParameterType()); in isNormalAssignmentOperator()
H A DSemaCoroutine.cpp84 : S.Context.getLValueReferenceType(T, /*SpelledAsLValue*/ true); in lookupPromiseType()
H A DSemaTemplateDeduction.cpp432 ValueType = S.Context.getLValueReferenceType(ValueType); in DeduceNonTypeTemplateArgument()
4281 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction()
5513 return Context.getLValueReferenceType(RawType); in GetImplicitObjectParameterType()
H A DSemaDeclCXX.cpp7790 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 DSemaType.cpp1932 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 DExprEngineC.cpp264 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.h1605 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 DCGBlocks.cpp549 CGF.getContext().getLValueReferenceType(VD->getType()) : VD->getType(); in getCaptureFieldType()

12