Searched refs:IsAtStartOfLine (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp96 IsAtStartOfLine = true;
1372 IsAtStartOfLine = StartOfLine;
1972 IsAtStartOfLine = true;
2532 bool atStartOfLine = IsAtStartOfLine;
2543 IsAtStartOfLine = atStartOfLine;
2836 IsAtStartOfLine = Result.isAtStartOfLine();
2847 if (IsAtStartOfLine) {
2849 IsAtStartOfLine = false;
2957 IsAtStartOfLine = true;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h79 // IsAtStartOfLine - True if the next lexed token should get the "start of
81 bool IsAtStartOfLine; member in class:clang::Lexer

Completed in 201 milliseconds