reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1302   QualType getRValueReferenceType(QualType T) const;

References

tools/clang/lib/AST/ASTContext.cpp
 3121     Canonical = getRValueReferenceType(getCanonicalType(PointeeType));
 3295     result = getRValueReferenceType(
 5069     AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType());
tools/clang/lib/AST/ASTDiagnostic.cpp
  192     QT = Context.getRValueReferenceType(Desugar(Context, Ty->getPointeeType(),
tools/clang/lib/AST/ASTImporter.cpp
 1081   return Importer.getToContext().getRValueReferenceType(*ToPointeeTypeOrErr);
tools/clang/lib/AST/ExprObjC.cpp
  314     return Ctx.getRValueReferenceType(QT);
tools/clang/lib/AST/QualTypeNames.cpp
  407       QT = Ctx.getRValueReferenceType(QT);
tools/clang/lib/AST/Type.cpp
  880     return Ctx.getRValueReferenceType(pointeeType);
tools/clang/lib/Sema/SemaCoroutine.cpp
   88               ? S.Context.getRValueReferenceType(T)
tools/clang/lib/Sema/SemaDeclCXX.cpp
 8090           << Context.getRValueReferenceType(Context.getRecordType(RD));
12661   ArgType = Context.getRValueReferenceType(ArgType);
13170   ArgType = Context.getRValueReferenceType(ArgType);
tools/clang/lib/Sema/SemaExpr.cpp
17580           ArgType = S.Context.getRValueReferenceType(ArgType);
tools/clang/lib/Sema/SemaExprCXX.cpp
 4968         ArgTy = S.Context.getRValueReferenceType(ArgTy);
 5176       LhsT = Self.Context.getRValueReferenceType(LhsT);
 5230       LhsT = Self.Context.getRValueReferenceType(LhsT);
 5232       RhsT = Self.Context.getRValueReferenceType(RhsT);
 5590                                 : Self.Context.getRValueReferenceType(ToType);
tools/clang/lib/Sema/SemaInit.cpp
 8210           Ty = S.Context.getRValueReferenceType(Ty);
tools/clang/lib/Sema/SemaOverload.cpp
10742   if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType);
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 4705     ArgTy = Context.getRValueReferenceType(ArgTy);
tools/clang/lib/Sema/SemaType.cpp
 2078   return Context.getRValueReferenceType(T);
 6437           return C.getRValueReferenceType(New);
 8370   case VK_XValue: T = S.Context.getRValueReferenceType(T); break;
tools/clang/lib/Serialization/ASTReader.cpp
 6423     return Context.getRValueReferenceType(PointeeType);
tools/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
  150     return ACtx.getRValueReferenceType(toAlign);
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
   86     ResultTy = Ctx.getRValueReferenceType(ResultTy);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  268     ExTy = getContext().getRValueReferenceType(ExTy);
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertCheck.cpp
  637         Type = Context->getRValueReferenceType(Type);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  738         m_clang.getASTContext()->getRValueReferenceType(pointee_type);
tools/lldb/source/Symbol/ClangASTContext.cpp
 4843                                   ->getRValueReferenceType(GetQualType(type))