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

  /external/clang/include/clang/Lex/
TokenConcatenation.h 39 /// aci_custom_firstchar - AvoidConcat contains custom code to handle this
44 /// aci_custom - AvoidConcat contains custom code to handle this token's
55 /// action to take when avoiding concatenation of tokens in the AvoidConcat
61 bool AvoidConcat(const Token &PrevPrevTok,
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 161 bool AvoidConcat(const Token &PrevPrevTok, const Token &PrevTok,
163 return ConcatInfo.AvoidConcat(PrevPrevTok, PrevTok, Tok);
619 Callbacks->AvoidConcat(PrevPrevTok, PrevTok, Tok))) {
  /external/clang/lib/Lex/
TokenConcatenation.cpp 73 // These tokens have custom code in AvoidConcat.
142 /// AvoidConcat - If printing PrevTok immediately followed by Tok would cause
153 bool TokenConcatenation::AvoidConcat(const Token &PrevPrevTok,
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 558 ConcatInfo.AvoidConcat(PrevPrevTok, PrevTok, Tok))

Completed in 95 milliseconds