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

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

Completed in 97 milliseconds