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

  /external/clang/lib/Lex/
Lexer.cpp 83 IsAtStartOfLine = true;
591 if (!TheTok.isAtStartOfLine())
600 if (TheTok.isAtStartOfLine()) {
616 if (TheTok.isAtStartOfLine() && TheTok.getKind() == tok::hash) {
699 IfCount? IfStartTok.isAtStartOfLine()
700 : TheTok.isAtStartOfLine());
    [all...]
  /external/clang/include/clang/Lex/
Lexer.h 79 // IsAtStartOfLine - True if the next lexed token should get the "start of
81 bool IsAtStartOfLine;

Completed in 284 milliseconds