HomeSort by: relevance | last modified time | path
    Searched refs:LexFromRawLexer (Results 1 - 23 of 23) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Rewrite/
TokenRewriter.cpp 39 RawLex.LexFromRawLexer(RawTok);
50 RawLex.LexFromRawLexer(RawTok);
HTMLRewrite.cpp 459 L.LexFromRawLexer(Tok);
511 L.LexFromRawLexer(Tok);
514 L.LexFromRawLexer(Tok);
526 L.LexFromRawLexer(Tok);
546 L.LexFromRawLexer(Tok);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
HeaderIncludes.cpp 50 Lex.LexFromRawLexer(Tok);
61 bool Matched = Tok.is(tok::hash) && !Lex.LexFromRawLexer(Tok) &&
63 Tok.getRawIdentifier() == Name && !Lex.LexFromRawLexer(Tok) &&
67 Lex.LexFromRawLexer(Tok);
73 if (Lex.LexFromRawLexer(Tok))
126 Lex.LexFromRawLexer(Tok);
129 if (Tok.is(tok::hash) && !Lex.LexFromRawLexer(Tok) &&
131 if (Lex.LexFromRawLexer(Tok))
136 while (!Lex.LexFromRawLexer(Tok) && Tok.isNot(tok::greater)) {
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
Transforms.cpp 156 lexer.LexFromRawLexer(tok);
404 lexer.LexFromRawLexer(tok);
406 lexer.LexFromRawLexer(tok);
410 lexer.LexFromRawLexer(tok);
418 lexer.LexFromRawLexer(tok);
434 lexer.LexFromRawLexer(tok);
442 lexer.LexFromRawLexer(tok);
485 lexer.LexFromRawLexer(tok);
487 lexer.LexFromRawLexer(tok);
491 lexer.LexFromRawLexer(tok)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 346 DirectiveLex.LexFromRawLexer(DirectiveToken);
363 RawLex.LexFromRawLexer(RawToken);
405 RawLex.LexFromRawLexer(RawToken);
413 RawLex.LexFromRawLexer(RawToken);
479 RawLex.LexFromRawLexer(RawToken);
512 RawLex.LexFromRawLexer(RawToken);
528 RawLex.LexFromRawLexer(RawToken);
RewriteMacros.cpp 75 RawLex.LexFromRawLexer(RawTok);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
SourceCode.cpp 178 Lexer->LexFromRawLexer(Tok);
191 Lexer->LexFromRawLexer(Tok);
216 Lexer->LexFromRawLexer(Tok);
  /src/external/apache2/llvm/dist/clang/tools/clang-refactor/
TestSupport.cpp 321 for (Lex.LexFromRawLexer(Tok); Tok.isNot(tok::eof);
322 Lex.LexFromRawLexer(Tok)) {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
IssueHash.cpp 162 while (!Lexer.LexFromRawLexer(Token) && NextStart < 2) {
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendAction.cpp 249 if (RawLexer->LexFromRawLexer(T) || T.getKind() != tok::hash)
251 if (RawLexer->LexFromRawLexer(T) || T.isAtStartOfLine() ||
264 RawLexer->LexFromRawLexer(T);
271 RawLexer->LexFromRawLexer(T);
FrontendActions.cpp 762 RawLex.LexFromRawLexer(RawTok);
766 RawLex.LexFromRawLexer(RawTok);
VerifyDiagnosticConsumer.cpp 841 RawLex.LexFromRawLexer(Tok);
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h 148 /// suitable for calls to 'LexFromRawLexer'. This lexer assumes that the
154 /// suitable for calls to 'LexFromRawLexer'. This lexer assumes that the
195 /// LexFromRawLexer - Lex a token from a designated raw lexer (one with no
198 bool LexFromRawLexer(Token &Result) {
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 147 /// suitable for calls to 'LexFromRawLexer'. This lexer assumes that the text
159 /// suitable for calls to 'LexFromRawLexer'. This lexer assumes that the text
349 lexer.LexFromRawLexer(token);
486 TheLexer.LexFromRawLexer(Result);
538 TheLexer.LexFromRawLexer(TheTok);
618 TheLexer.LexFromRawLexer(TheTok);
662 TheLexer.LexFromRawLexer(TheTok);
1265 lexer.LexFromRawLexer(Tok);
TokenLexer.cpp 840 bool isInvalid = !TL.LexFromRawLexer(Result);
ModuleMap.cpp 1521 L.LexFromRawLexer(LToken);
1640 L.LexFromRawLexer(LToken);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 951 rawLexer.LexFromRawLexer(TheTok);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Tokens.cpp 553 while (!L.LexFromRawLexer(T) && L.getCurrentBufferOffset() < FR.endOffset())
555 // LexFromRawLexer returns true when it parses the last token of the file, add
  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatTokenLexer.cpp 1030 Lex->LexFromRawLexer(Tok.Tok);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp 1155 while (!TheLexer.LexFromRawLexer(I)) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 326 lexer.LexFromRawLexer(Tok);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 6896 Lex.LexFromRawLexer(Tok);
7588 Lex.LexFromRawLexer(Tok);
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 1239 TheLexer.LexFromRawLexer(TheTok);

Completed in 57 milliseconds