OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasUDSuffix
(Results
1 - 10
of
10
) sorted by null
/external/clang/include/clang/Lex/
LiteralSupport.h
75
bool
hasUDSuffix
() const {
Token.h
83
HasUDSuffix
= 0x20, // This string or character literal has a ud-suffix.
290
bool
hasUDSuffix
() const { return (Flags &
HasUDSuffix
) ? true : false; }
/external/clang/lib/Lex/
TokenConcatenation.cpp
233
if (!PrevTok.
hasUDSuffix
())
PPExpressions.cpp
225
if (Literal.
hasUDSuffix
())
274
if (PeekTok.
hasUDSuffix
())
Preprocessor.cpp
829
if (Result.
hasUDSuffix
())
863
if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.
hasUDSuffix
())
[
all
...]
PPDirectives.cpp
[
all
...]
Pragma.cpp
206
if (Tok.
hasUDSuffix
()) {
528
if (Tok.
hasUDSuffix
()) {
[
all
...]
ModuleMap.cpp
[
all
...]
/external/clang/lib/Parse/
ParseTentative.cpp
707
FoundUDSuffix |= Tok.
hasUDSuffix
();
[
all
...]
/external/clang/lib/Sema/
SemaExpr.cpp
[
all
...]
Completed in 169 milliseconds