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

/external/clang/include/clang/Lex/
H A DLiteralSupport.h68 bool hasUDSuffix() const { function in class:clang::NumericLiteralParser
H A DToken.h268 bool hasUDSuffix() const { return (Flags & HasUDSuffix) ? true : false; } function in class:clang::Token

Completed in 59 milliseconds