Home
last modified time | relevance | path

Searched defs:StartOfLine (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DToken.h76 StartOfLine = 0x01, // At start of line or only after whitespace enumerator
H A DPreprocessor.h1035 void setSkipMainFilePreamble(unsigned Bytes, bool StartOfLine) { in setSkipMainFilePreamble()
/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DBreakableToken.cpp338 size_t StartOfLine = Lines[LineIndex].find_first_not_of(Blanks); in adjustWhitespace() local
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp253 StringRef StartOfLine; member in clang::ast_matchers::dynamic::Parser::CodeTokenizer
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1351 void Lexer::SkipBytes(unsigned Bytes, bool StartOfLine) { in SkipBytes()