Searched refs:getRValueReferenceType (Results 1 - 15 of 15) sorted by relevance

/external/clang/lib/Tooling/Core/
H A DQualTypeNames.cpp410 QT = Ctx.getRValueReferenceType(QT);
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp43 ResultTy = Ctx.getRValueReferenceType(ResultTy);
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp4385 ArgTy = S.Context.getRValueReferenceType(ArgTy);
4561 LhsT = Self.Context.getRValueReferenceType(LhsT);
4614 LhsT = Self.Context.getRValueReferenceType(LhsT);
4616 RhsT = Self.Context.getRValueReferenceType(RhsT);
4955 : Self.Context.getRValueReferenceType(ToType);
H A DSemaType.cpp2030 return Context.getRValueReferenceType(T);
5736 return C.getRValueReferenceType(New);
7301 case VK_XValue: T = S.Context.getRValueReferenceType(T); break;
H A DSemaTemplateDeduction.cpp4171 ArgTy = Context.getRValueReferenceType(ArgTy);
H A DSemaDeclCXX.cpp6338 << Context.getRValueReferenceType(Context.getRecordType(RD));
10556 ArgType = Context.getRValueReferenceType(ArgType);
11169 QualType ArgType = Context.getRValueReferenceType(ClassType);
H A DSemaInit.cpp6677 Ty = S.Context.getRValueReferenceType(Ty);
H A DSemaExpr.cpp14676 ArgType = S.Context.getRValueReferenceType(ArgType);
H A DSemaOverload.cpp9783 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType);
/external/clang/include/clang/AST/
H A DASTContext.h1123 QualType getRValueReferenceType(QualType T) const;
/external/clang/lib/AST/
H A DASTDiagnostic.cpp189 QT = Context.getRValueReferenceType(Desugar(Context, Ty->getPointeeType(),
H A DASTContext.cpp2504 /// getRValueReferenceType - Return the uniqued reference to the type for an
2506 QualType ASTContext::getRValueReferenceType(QualType T) const { function in class:ASTContext
2524 Canonical = getRValueReferenceType(getCanonicalType(PointeeType));
2688 result = getRValueReferenceType(
4102 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType());
H A DType.cpp738 return Ctx.getRValueReferenceType(pointeeType);
H A DASTImporter.cpp1639 return Importer.getToContext().getRValueReferenceType(ToPointeeType);
/external/clang/lib/Serialization/
H A DASTReader.cpp5289 return Context.getRValueReferenceType(PointeeType);

Completed in 398 milliseconds