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

  /external/clang/lib/Format/
BreakableToken.cpp 150 assert(Tok.TokenText.endswith(Postfix));
151 Line = Tok.TokenText.substr(
152 Prefix.size(), Tok.TokenText.size() - Prefix.size() - Postfix.size());
204 getLineCommentIndentPrefix(Token.TokenText), "",
207 if (Token.TokenText.size() > Prefix.size() &&
208 isAlphanumeric(Token.TokenText[Prefix.size()])) {
256 StringRef TokenText(Token.TokenText);
257 assert(TokenText.startswith("/*") && TokenText.endswith("*/"))
    [all...]
Format.cpp     [all...]
UnwrappedLineParser.cpp 426 if (I->Tok->TokenText != "goog")
432 if (I->Tok->TokenText != "scope")
721 if (FormatTok->TokenText == "NS_ENUM")
772 StringRef Text = FormatTok->TokenText;
950 FormatTok->TokenText == "function") {
    [all...]
TokenAnnotator.cpp 335 Current->TokenText == "function")) {
537 if (CurrentToken && CurrentToken->TokenText == "mark") {
768 if (Current.TokenText.startswith("//"))
    [all...]
ContinuationIndenter.cpp 640 if (Current.TokenText == "function")
    [all...]
FormatToken.h 171 StringRef TokenText;
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
Antlr.Runtime.pas     [all...]

Completed in 1007 milliseconds