/external/llvm-project/clang/unittests/AST/ |
D | SizelessTypesTest.cpp | 57 Ctx.getRValueReferenceType(Ctx.SveBoolTy)->isSizelessBuiltinType()); in TEST_F() 85 ASSERT_FALSE(Ctx.getRValueReferenceType(Ctx.SveBoolTy)->isSizelessType()); in TEST_F()
|
/external/clang/lib/Tooling/Core/ |
D | QualTypeNames.cpp | 410 QT = Ctx.getRValueReferenceType(QT); in getFullyQualifiedType()
|
/external/llvm-project/clang/lib/AST/ |
D | QualTypeNames.cpp | 407 QT = Ctx.getRValueReferenceType(QT); in getFullyQualifiedType()
|
D | ExprObjC.cpp | 283 return Ctx.getRValueReferenceType(QT); in getCallReturnType()
|
D | ASTDiagnostic.cpp | 192 QT = Context.getRValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
|
D | ASTContext.cpp | 3305 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext 3323 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType() 3501 result = getRValueReferenceType( in getVariableArrayDecayedType() 5542 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
|
D | Type.cpp | 935 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | CastValueChecker.cpp | 192 return ACtx.getRValueReferenceType(toAlign); in alignReferenceTypes()
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | LoopConvertCheck.cpp | 686 Type = Context->getRValueReferenceType(Type); in doConversion()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 43 ResultTy = Ctx.getRValueReferenceType(ResultTy); in getResultType()
|
/external/llvm-project/clang/include/clang/AST/ |
D | TypeProperties.td | 76 return ctx.getRValueReferenceType(pointeeTypeAsWritten);
|
D | ASTContext.h | 1280 QualType getRValueReferenceType(QualType T) const;
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 87 ResultTy = Ctx.getRValueReferenceType(ResultTy); in getResultType()
|
D | ExprEngineC.cpp | 268 ExTy = getContext().getRValueReferenceType(ExTy); in handleLValueBitCast()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 4385 ArgTy = S.Context.getRValueReferenceType(ArgTy); in evaluateTypeTrait() 4561 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait() 4614 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait() 4616 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait() 4955 : Self.Context.getRValueReferenceType(ToType); in TryClassUnification()
|
D | SemaType.cpp | 2030 return Context.getRValueReferenceType(T); in BuildReferenceType() 5736 return C.getRValueReferenceType(New); in wrap() 7301 case VK_XValue: T = S.Context.getRValueReferenceType(T); break; in getDecltypeForExpr()
|
D | SemaTemplateDeduction.cpp | 4171 ArgTy = Context.getRValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 5153 ArgTy = S.Context.getRValueReferenceType(ArgTy); in evaluateTypeTrait() 5360 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait() 5414 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait() 5416 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait() 5774 : Self.Context.getRValueReferenceType(ToType); in TryClassUnification()
|
D | SemaCoroutine.cpp | 90 ? S.Context.getRValueReferenceType(T) in lookupPromiseType()
|
D | SemaType.cpp | 2175 return Context.getRValueReferenceType(T); in BuildReferenceType() 6912 return C.getRValueReferenceType(New); in wrap() 8979 case VK_XValue: T = S.Context.getRValueReferenceType(T); break; in getDecltypeForExpr()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbAstBuilder.cpp | 736 pointer_type = m_clang.getASTContext().getRValueReferenceType(pointee_type); in CreatePointerType()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1123 QualType getRValueReferenceType(QualType T) const;
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 189 QT = Context.getRValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
|
D | ASTContext.cpp | 2506 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext 2524 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType() 2688 result = getRValueReferenceType( in getVariableArrayDecayedType() 4102 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
|
D | Type.cpp | 738 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
|