Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DQualTypeNames.cpp417 QT = Ctx.getRValueReferenceType(QT); in getFullyQualifiedType()
H A DASTContext.cpp3472 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext
3494 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType()
3673 result = getRValueReferenceType( in getVariableArrayDecayedType()
5675 return getRValueReferenceType(T); in getReferenceQualifiedType()
5882 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
12651 return Ctx.getRValueReferenceType(getCommonPointeeType(Ctx, PX, PY)); in getCommonNonSugarTypeNode()
H A DASTDiagnostic.cpp222 QT = Context.getRValueReferenceType( in desugarForDiagnostic()
H A DType.cpp945 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
H A DASTImporter.cpp1186 return Importer.getToContext().getRValueReferenceType(*ToPointeeTypeOrErr); in VisitRValueReferenceType()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp193 return ACtx.getRValueReferenceType(toAlign); in alignReferenceTypes()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td76 return ctx.getRValueReferenceType(pointeeTypeAsWritten);
H A DASTContext.h1411 QualType getRValueReferenceType(QualType T) const;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp268 ExTy = getContext().getRValueReferenceType(ExTy); in handleLValueBitCast()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp571 pointer_type = m_clang.getASTContext().getRValueReferenceType(pointee_type); in CreatePointerType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp85 ? S.Context.getRValueReferenceType(T) in lookupPromiseType()
H A DSemaExprCXX.cpp5443 ArgTy = S.Context.getRValueReferenceType(ArgTy); in evaluateTypeTrait()
5705 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()
5759 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()
5761 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait()
H A DSemaType.cpp2278 return Context.getRValueReferenceType(T); in BuildReferenceType()
7228 return C.getRValueReferenceType(New); in wrap()
H A DSemaTemplateDeduction.cpp5000 ArgTy = Context.getRValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
H A DSemaDeclCXX.cpp9899 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()
14793 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()
15310 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveConstructor()
H A DSemaOverload.cpp9759 return Context.getRValueReferenceType(T); in getImplicitObjectParamType()
11583 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()
H A DSemaInit.cpp8883 Ty = S.Context.getRValueReferenceType(Ty); in Perform()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4613 return GetType(getASTContext().getRValueReferenceType(GetQualType(type))); in GetRValueReferenceType()