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

/external/clang/lib/AST/
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());

Completed in 254 milliseconds