OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAtStartOfLine
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Lex/
Lexer.cpp
83
IsAtStartOfLine
= true;
585
if (!TheTok.
isAtStartOfLine
())
594
if (TheTok.
isAtStartOfLine
()) {
610
if (TheTok.
isAtStartOfLine
() && TheTok.getKind() == tok::hash) {
693
IfCount? IfStartTok.
isAtStartOfLine
()
694
: 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 1909 milliseconds