Home
last modified time | relevance | path

Searched refs:getRValueReferenceType (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm-project/clang/unittests/AST/
DSizelessTypesTest.cpp57 Ctx.getRValueReferenceType(Ctx.SveBoolTy)->isSizelessBuiltinType()); in TEST_F()
85 ASSERT_FALSE(Ctx.getRValueReferenceType(Ctx.SveBoolTy)->isSizelessType()); in TEST_F()
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp410 QT = Ctx.getRValueReferenceType(QT); in getFullyQualifiedType()
/external/llvm-project/clang/lib/AST/
DQualTypeNames.cpp407 QT = Ctx.getRValueReferenceType(QT); in getFullyQualifiedType()
DExprObjC.cpp283 return Ctx.getRValueReferenceType(QT); in getCallReturnType()
DASTDiagnostic.cpp192 QT = Context.getRValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
DASTContext.cpp3305 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()
DType.cpp935 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCastValueChecker.cpp192 return ACtx.getRValueReferenceType(toAlign); in alignReferenceTypes()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.cpp686 Type = Context->getRValueReferenceType(Type); in doConversion()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp43 ResultTy = Ctx.getRValueReferenceType(ResultTy); in getResultType()
/external/llvm-project/clang/include/clang/AST/
DTypeProperties.td76 return ctx.getRValueReferenceType(pointeeTypeAsWritten);
DASTContext.h1280 QualType getRValueReferenceType(QualType T) const;
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp87 ResultTy = Ctx.getRValueReferenceType(ResultTy); in getResultType()
DExprEngineC.cpp268 ExTy = getContext().getRValueReferenceType(ExTy); in handleLValueBitCast()
/external/clang/lib/Sema/
DSemaExprCXX.cpp4385 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()
DSemaType.cpp2030 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()
DSemaTemplateDeduction.cpp4171 ArgTy = Context.getRValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp5153 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()
DSemaCoroutine.cpp90 ? S.Context.getRValueReferenceType(T) in lookupPromiseType()
DSemaType.cpp2175 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/
DPdbAstBuilder.cpp736 pointer_type = m_clang.getASTContext().getRValueReferenceType(pointee_type); in CreatePointerType()
/external/clang/include/clang/AST/
DASTContext.h1123 QualType getRValueReferenceType(QualType T) const;
/external/clang/lib/AST/
DASTDiagnostic.cpp189 QT = Context.getRValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
DASTContext.cpp2506 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()
DType.cpp738 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()

12