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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DLiteralSupport.h70 bool hasUDSuffix() const { function in class:clang::NumericLiteralParser
H A DToken.h263 bool hasUDSuffix() const { return (Flags & HasUDSuffix) ? true : false; } function in class:clang::Token

Completed in 99 milliseconds