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

/external/clang/lib/AST/
H A DASTContext.cpp1967 /// getRValueReferenceType - Return the uniqued reference to the type for an
1969 QualType ASTContext::getRValueReferenceType(QualType T) const { function in class:ASTContext
1987 Canonical = getRValueReferenceType(getCanonicalType(PointeeType));
2150 result = getRValueReferenceType(
3408 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType());

Completed in 82 milliseconds