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

/external/clang/include/clang/AST/
H A DType.h3544 bool isSugared() const { return isDeduced(); }
3548 return isDeduced() ? getCanonicalTypeInternal() : QualType();
3550 bool isDeduced() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType

Completed in 74 milliseconds