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

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

Completed in 1463 milliseconds