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

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

Completed in 72 milliseconds