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

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

Completed in 335 milliseconds