Searched refs:ConcatInfo (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Lex/
H A DTokenConcatenation.cpp170 unsigned ConcatInfo = TokenInfo[PrevKind]; local
173 if (ConcatInfo == 0) return false;
175 if (ConcatInfo & aci_avoid_equal) {
179 ConcatInfo &= ~aci_avoid_equal;
182 if (ConcatInfo == 0) return false;
188 if (ConcatInfo & aci_custom) {
/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp84 TokenConcatenation ConcatInfo; member in class:__anon15278::PrintPPOutputPPCallbacks
103 ConcatInfo(PP), OS(os), DisableLineMarkers(lineMarkers),
171 return ConcatInfo.AvoidConcat(PrevPrevTok, PrevTok, Tok);
/external/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp507 TokenConcatenation ConcatInfo(TmpPP);
558 ConcatInfo.AvoidConcat(PrevPrevTok, PrevTok, Tok))

Completed in 147 milliseconds