Home
last modified time | relevance | path

Searched defs:atStartOfLine (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DToken.h80 bool atStartOfLine() const { return (flags & AT_START_OF_LINE) != 0; } in atStartOfLine() function
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java530 private boolean atStartOfLine = true; field in TextFormat.TextGenerator
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java368 private boolean atStartOfLine = true; field in JsonFormat.TextGenerator
/external/clang/lib/Lex/
DLexer.cpp2586 bool atStartOfLine = IsAtStartOfLine; in isNextPPTokenLParen() local