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

  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGLexer.cpp 181 return lexPreprocessor(Kind);
691 tgtok::TokKind TGLexer::lexPreprocessor(
696 PrintFatalError("lexPreprocessor() called for unknown "
854 tgtok::TokKind ProcessedKind = lexPreprocessor(Kind, false);
856 // If lexPreprocessor() encountered an error during lexing this
857 // preprocessor idiom, then return false to the calling lexPreprocessor().
863 PrintFatalError("prepIsDirective() and lexPreprocessor() "
867 // then return to the lexPreprocessor() and get to the next token.
TGLexer.h 259 // then lexPreprocessor() enters the lines-skipping mode.
266 // calling lexPreprocessor(). The processing of the encountered
270 // The second parameter controls whether lexPreprocessor() is called from
271 // LexToken() (true) or recursively from lexPreprocessor() (false).
279 tgtok::TokKind lexPreprocessor(tgtok::TokKind Kind,
282 // Worker method for lexPreprocessor() to skip lines after some
288 // Note that prepSkipRegion() calls lexPreprocessor() to process
290 // parameter to lexPreprocessor() is set to false. Being passed
291 // false ReturnNextLiveToken, lexPreprocessor() must never call

Completed in 27 milliseconds