Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DQualTypeNames.cpp407 QT = Ctx.getRValueReferenceType(QT); in getFullyQualifiedType()
H A DExprObjC.cpp283 return Ctx.getRValueReferenceType(QT); in getCallReturnType()
H A DASTDiagnostic.cpp192 QT = Context.getRValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
H A DASTContext.cpp3348 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext
3366 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType()
3544 result = getRValueReferenceType( in getVariableArrayDecayedType()
5612 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
H A DType.cpp935 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
H A DASTImporter.cpp1136 return Importer.getToContext().getRValueReferenceType(*ToPointeeTypeOrErr); in VisitRValueReferenceType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp192 return ACtx.getRValueReferenceType(toAlign); in alignReferenceTypes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp87 ResultTy = Ctx.getRValueReferenceType(ResultTy); in getResultType()
H A DExprEngineC.cpp268 ExTy = getContext().getRValueReferenceType(ExTy); in handleLValueBitCast()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td76 return ctx.getRValueReferenceType(pointeeTypeAsWritten);
H A DASTContext.h1323 QualType getRValueReferenceType(QualType T) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp5225 ArgTy = S.Context.getRValueReferenceType(ArgTy); in evaluateTypeTrait()
5432 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()
5486 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()
5488 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait()
5846 : Self.Context.getRValueReferenceType(ToType); in TryClassUnification()
H A DSemaCoroutine.cpp90 ? S.Context.getRValueReferenceType(T) in lookupPromiseType()
H A DSemaType.cpp2184 return Context.getRValueReferenceType(T); in BuildReferenceType()
6951 return C.getRValueReferenceType(New); in wrap()
8879 return Context.getRValueReferenceType(T); in getDecltypeForParenthesizedExpr()
H A DSemaTemplateDeduction.cpp5061 ArgTy = Context.getRValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
H A DSemaDeclCXX.cpp9613 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()
14282 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()
14795 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveConstructor()
H A DSemaOverload.cpp9506 return Context.getRValueReferenceType(T); in getImplicitObjectParamType()
11251 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()
H A DSemaInit.cpp8474 Ty = S.Context.getRValueReferenceType(Ty); in Perform()
H A DSemaExpr.cpp19203 ArgType = S.Context.getRValueReferenceType(ArgType); in VisitCallExpr()