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

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

Completed in 128 milliseconds