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

/external/clang/lib/AST/
H A DASTContext.cpp3989 return getAutoDeductType();
4035 /// getAutoDeductType - Get type pattern for deducing against 'auto'.
4036 QualType ASTContext::getAutoDeductType() const { function in class:ASTContext
4048 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType());

Completed in 88 milliseconds