HomeSort by relevance Sort by last modified time
    Searched refs:ConcatInfo (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Lex/
TokenConcatenation.cpp 170 unsigned ConcatInfo = TokenInfo[PrevKind];
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/
PrintPreprocessedOutput.cpp 84 TokenConcatenation ConcatInfo;
103 ConcatInfo(PP), OS(os), DisableLineMarkers(lineMarkers),
163 return ConcatInfo.AvoidConcat(PrevPrevTok, PrevTok, Tok);
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 507 TokenConcatenation ConcatInfo(TmpPP);
558 ConcatInfo.AvoidConcat(PrevPrevTok, PrevTok, Tok))

Completed in 385 milliseconds