/external/llvm-project/clang/unittests/AST/ |
D | SizelessTypesTest.cpp | 55 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/ |
D | ImplicitConversionInLoopCheck.cpp | 94 QualType ConstRefType = Context->getLValueReferenceType(ConstType); in ReportAndFix()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | CastValueChecker.cpp | 188 return ACtx.getLValueReferenceType(toAlign); in alignReferenceTypes() 190 return ACtx.getLValueReferenceType(toAlign); in alignReferenceTypes()
|
/external/clang/lib/Tooling/Core/ |
D | QualTypeNames.cpp | 408 QT = Ctx.getLValueReferenceType(QT); in getFullyQualifiedType()
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | LoopConvertCheck.cpp | 683 Type = Context->getLValueReferenceType(Context->getConstType(Type)); in doConversion() 688 Type = Context->getLValueReferenceType(Type); in doConversion()
|
/external/llvm-project/clang/lib/AST/ |
D | QualTypeNames.cpp | 405 QT = Ctx.getLValueReferenceType(QT); in getFullyQualifiedType()
|
D | ExprObjC.cpp | 281 return Ctx.getLValueReferenceType(QT); in getCallReturnType()
|
D | ASTContext.cpp | 3266 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()
|
D | ExprCXX.cpp | 1577 return Context.getLValueReferenceType(getType()); in getParameterType()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOverload.cpp | 8078 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 …]
|
D | SemaStmt.cpp | 2786 ReferenceReturnType = SemaRef.Context.getLValueReferenceType(E->getType()); in DiagnoseForRangeReferenceVariableCopies() 2805 SemaRef.Context.getLValueReferenceType(E->getType().withConst()); in DiagnoseForRangeReferenceVariableCopies() 2868 << SemaRef.Context.getLValueReferenceType(VariableType) in DiagnoseForRangeConstVariableCopies()
|
D | SemaCoroutine.cpp | 91 : S.Context.getLValueReferenceType(T, /*SpelledAsLValue*/ true); in lookupPromiseType()
|
D | SemaType.cpp | 2174 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/ |
D | CallEvent.cpp | 40 ResultTy = Ctx.getLValueReferenceType(ResultTy); in getResultType()
|
/external/llvm-project/clang/include/clang/AST/ |
D | TypeProperties.td | 69 return ctx.getLValueReferenceType(pointeeTypeAsWritten,
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 84 ResultTy = Ctx.getLValueReferenceType(ResultTy); in getResultType()
|
D | ExprEngineC.cpp | 265 ExTy = getContext().getLValueReferenceType(ExTy); in handleLValueBitCast()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 2029 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()
|
D | SemaStmt.cpp | 2503 SemaRef.Context.getLValueReferenceType(E->getType().withConst()); in DiagnoseForRangeReferenceVariableCopies() 2550 << SemaRef.Context.getLValueReferenceType(VariableType) in DiagnoseForRangeConstVariableCopies()
|
D | SemaTemplateDeduction.cpp | 3140 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction() 4173 ArgTy = Context.getLValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
|
D | SemaDeclCXX.cpp | 5399 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/ |
D | PdbAstBuilder.cpp | 734 pointer_type = m_clang.getASTContext().getLValueReferenceType(pointee_type); in CreatePointerType()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2466 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()
|
D | ASTDiagnostic.cpp | 186 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1118 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
|