OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasUDSuffix
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
LiteralSupport.h
70
bool
hasUDSuffix
() const {
Token.h
79
HasUDSuffix
= 0x20, // This string or character literal has a ud-suffix.
261
bool
hasUDSuffix
() const { return (Flags &
HasUDSuffix
) ? true : false; }
Completed in 132 milliseconds