OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConcatInfo
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Lex/
TokenConcatenation.cpp
174
unsigned
ConcatInfo
= TokenInfo[PrevKind];
177
if (
ConcatInfo
== 0) return false;
179
if (
ConcatInfo
& aci_avoid_equal) {
183
ConcatInfo
&= ~aci_avoid_equal;
190
ConcatInfo
= 0;
193
if (
ConcatInfo
== 0)
200
if (
ConcatInfo
& aci_custom) {
/external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp
83
TokenConcatenation
ConcatInfo
;
101
: PP(pp), SM(PP.getSourceManager()),
ConcatInfo
(PP), OS(os),
159
return
ConcatInfo
.AvoidConcat(PrevPrevTok, PrevTok, Tok);
/external/clang/lib/Rewrite/
HTMLRewrite.cpp
507
TokenConcatenation
ConcatInfo
(TmpPP);
558
ConcatInfo
.AvoidConcat(PrevPrevTok, PrevTok, Tok))
Completed in 62 milliseconds