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

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

Completed in 42 milliseconds