Home
last modified time | relevance | path

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

123

/external/llvm-project/clang/unittests/AST/
DSizelessTypesTest.cpp55 Ctx.getLValueReferenceType(Ctx.SveBoolTy)->isSizelessBuiltinType()); in TEST_F()
84 ASSERT_FALSE(Ctx.getLValueReferenceType(Ctx.SveBoolTy)->isSizelessType()); in TEST_F()
/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DImplicitConversionInLoopCheck.cpp94 QualType ConstRefType = Context->getLValueReferenceType(ConstType); in ReportAndFix()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCastValueChecker.cpp188 return ACtx.getLValueReferenceType(toAlign); in alignReferenceTypes()
190 return ACtx.getLValueReferenceType(toAlign); in alignReferenceTypes()
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp408 QT = Ctx.getLValueReferenceType(QT); in getFullyQualifiedType()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.cpp683 Type = Context->getLValueReferenceType(Context->getConstType(Type)); in doConversion()
688 Type = Context->getLValueReferenceType(Type); in doConversion()
/external/llvm-project/clang/lib/AST/
DQualTypeNames.cpp405 QT = Ctx.getLValueReferenceType(QT); in getFullyQualifiedType()
DExprObjC.cpp281 return Ctx.getLValueReferenceType(QT); in getCallReturnType()
DASTContext.cpp3266 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { in getLValueReferenceType() function in ASTContext
3287 Canonical = getLValueReferenceType(getCanonicalType(PointeeType)); in getLValueReferenceType()
3493 result = getLValueReferenceType( in getVariableArrayDecayedType()
10267 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr()
10373 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr()
DExprCXX.cpp1577 return Context.getLValueReferenceType(getType()); in getParameterType()
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp8078 ParamTypes[0] = S.Context.getLValueReferenceType( in AddBuiltinAssignmentOperatorCandidates()
8086 ParamTypes[0] = S.Context.getLValueReferenceType( in AddBuiltinAssignmentOperatorCandidates()
8231 S.Context.getLValueReferenceType(CandidateTy), in addPlusPlusMinusMinusStyleOverloads()
8242 S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads()
8252 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads()
8258 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads()
8793 S.Context.getLValueReferenceType(PtrTy), in addAssignmentPointerOverloads()
8804 S.Context.getLValueReferenceType(S.Context.getVolatileType(PtrTy)); in addAssignmentPointerOverloads()
8813 S.Context.getLValueReferenceType(S.Context.getRestrictType(PtrTy)); in addAssignmentPointerOverloads()
8820 S.Context.getLValueReferenceType(S.Context.getCVRQualifiedType( in addAssignmentPointerOverloads()
[all …]
DSemaStmt.cpp2786 ReferenceReturnType = SemaRef.Context.getLValueReferenceType(E->getType()); in DiagnoseForRangeReferenceVariableCopies()
2805 SemaRef.Context.getLValueReferenceType(E->getType().withConst()); in DiagnoseForRangeReferenceVariableCopies()
2868 << SemaRef.Context.getLValueReferenceType(VariableType) in DiagnoseForRangeConstVariableCopies()
DSemaCoroutine.cpp91 : S.Context.getLValueReferenceType(T, /*SpelledAsLValue*/ true); in lookupPromiseType()
DSemaType.cpp2174 return Context.getLValueReferenceType(T, SpelledAsLValue); in BuildReferenceType()
6910 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue()); in wrap()
8966 return S.Context.getLValueReferenceType(T); in getDecltypeForExpr()
8982 case VK_LValue: T = S.Context.getLValueReferenceType(T); break; in getDecltypeForExpr()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp40 ResultTy = Ctx.getLValueReferenceType(ResultTy); in getResultType()
/external/llvm-project/clang/include/clang/AST/
DTypeProperties.td69 return ctx.getLValueReferenceType(pointeeTypeAsWritten,
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp84 ResultTy = Ctx.getLValueReferenceType(ResultTy); in getResultType()
DExprEngineC.cpp265 ExTy = getContext().getLValueReferenceType(ExTy); in handleLValueBitCast()
/external/clang/lib/Sema/
DSemaType.cpp2029 return Context.getLValueReferenceType(T, SpelledAsLValue); in BuildReferenceType()
5734 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue()); in wrap()
7288 return S.Context.getLValueReferenceType(T); in getDecltypeForExpr()
7304 case VK_LValue: T = S.Context.getLValueReferenceType(T); break; in getDecltypeForExpr()
DSemaStmt.cpp2503 SemaRef.Context.getLValueReferenceType(E->getType().withConst()); in DiagnoseForRangeReferenceVariableCopies()
2550 << SemaRef.Context.getLValueReferenceType(VariableType) in DiagnoseForRangeConstVariableCopies()
DSemaTemplateDeduction.cpp3140 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction()
4173 ArgTy = Context.getLValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
DSemaDeclCXX.cpp5399 Context.getLValueReferenceType(Context.getTypeDeclType(RD)); in CheckExplicitlyDefaultedSpecialMember()
6321 << Context.getLValueReferenceType( in SpecialMemberIsTrivial()
10160 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment()
10164 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment()
10555 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()
10990 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyConstructor()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp734 pointer_type = m_clang.getASTContext().getLValueReferenceType(pointee_type); in CreatePointerType()
/external/clang/lib/AST/
DASTContext.cpp2466 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { in getLValueReferenceType() function in ASTContext
2487 Canonical = getLValueReferenceType(getCanonicalType(PointeeType)); in getLValueReferenceType()
2680 result = getLValueReferenceType( in getVariableArrayDecayedType()
8230 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr()
8321 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr()
DASTDiagnostic.cpp186 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
/external/clang/include/clang/AST/
DASTContext.h1118 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)

123