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

/external/clang/lib/AST/
H A DASTContext.cpp2382 /// getRValueReferenceType - Return the uniqued reference to the type for an
2384 QualType ASTContext::getRValueReferenceType(QualType T) const { function in class:ASTContext
2402 Canonical = getRValueReferenceType(getCanonicalType(PointeeType));
2565 result = getRValueReferenceType(
3888 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType());

Completed in 149 milliseconds