Searched refs:AutoDeductTy (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Serialization/
H A DASTCommon.h49 if (T == Context.AutoDeductTy)
/external/clang/include/clang/AST/
H A DASTContext.h696 mutable QualType AutoDeductTy; // Deduction against 'auto'. member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp3399 if (AutoDeductTy.isNull())
3400 AutoDeductTy = getAutoType(QualType());
3401 assert(!AutoDeductTy.isNull() && "can't build 'auto' pattern");
3402 return AutoDeductTy;

Completed in 215 milliseconds