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

/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp42 ResultTy = Ctx.getRValueReferenceType(ResultTy);
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp3655 T = S.Context.getRValueReferenceType(T);
3831 LhsT = Self.Context.getRValueReferenceType(LhsT);
3883 LhsT = Self.Context.getRValueReferenceType(LhsT);
3885 RhsT = Self.Context.getRValueReferenceType(RhsT);
H A DSemaType.cpp1462 return Context.getRValueReferenceType(T);
4348 return C.getRValueReferenceType(New);
5542 case VK_XValue: T = S.Context.getRValueReferenceType(T); break;
H A DSemaTemplateDeduction.cpp4141 ArgTy = Context.getRValueReferenceType(ArgTy);
H A DSemaDeclCXX.cpp5802 << Context.getRValueReferenceType(Context.getRecordType(RD));
9879 ArgType = Context.getRValueReferenceType(ArgType);
10460 QualType ArgType = Context.getRValueReferenceType(ClassType);
H A DSemaInit.cpp6096 Ty = S.Context.getRValueReferenceType(Ty);
H A DSemaOverload.cpp9150 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType);
H A DSemaExpr.cpp13195 ArgType = S.Context.getRValueReferenceType(ArgType);
/external/clang/include/clang/AST/
H A DASTContext.h986 QualType getRValueReferenceType(QualType T) const;
/external/clang/lib/AST/
H A DASTContext.cpp2302 /// getRValueReferenceType - Return the uniqued reference to the type for an
2304 QualType ASTContext::getRValueReferenceType(QualType T) const { function in class:ASTContext
2322 Canonical = getRValueReferenceType(getCanonicalType(PointeeType));
2485 result = getRValueReferenceType(
3810 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType());
H A DASTDiagnostic.cpp132 QT = Context.getRValueReferenceType(Desugar(Context, Ty->getPointeeType(),
H A DASTImporter.cpp1511 return Importer.getToContext().getRValueReferenceType(ToPointeeType);
/external/lldb/source/Symbol/
H A DClangASTType.cpp1597 return ClangASTType(m_ast, m_ast->getRValueReferenceType(GetQualType()));
/external/clang/lib/Serialization/
H A DASTReader.cpp5142 return Context.getRValueReferenceType(PointeeType);

Completed in 415 milliseconds