Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dasllistsup.c373 BOOLEAN StartOfLine = FALSE; in LsWriteOneSourceLine() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DIssueHash.cpp147 SourceLocation StartOfLine = in NormalizeLine() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DToken.h73 StartOfLine = 0x01, // At start of line or only after whitespace enumerator
H A DPreprocessor.h1698 void setSkipMainFilePreamble(unsigned Bytes, bool StartOfLine) { in setSkipMainFilePreamble()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DJSON.cpp654 const char *StartOfLine = Start; in parseError() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp998 bool StartOfLine = FilenameTok.isAtStartOfLine(); in LexHeaderName() local
H A DLexer.cpp1423 void Lexer::SetByteOffset(unsigned Offset, bool StartOfLine) { in SetByteOffset()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp316 StringRef StartOfLine; member in clang::ast_matchers::dynamic::Parser::CodeTokenizer
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.cpp522 size_t StartOfLine = Lines[LineIndex].find_first_not_of(Blanks); in adjustWhitespace() local