Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasllistsup.c481 BOOLEAN StartOfLine = FALSE; in LsWriteOneSourceLine() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp148 SourceLocation StartOfLine = in NormalizeLine() local
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h75 StartOfLine = 0x01, // At start of line or only after whitespace enumerator
H A DPreprocessor.h2048 void setSkipMainFilePreamble(unsigned Bytes, bool StartOfLine) { in setSkipMainFilePreamble()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp670 const char *StartOfLine = Start; in parseError() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1013 bool StartOfLine = FilenameTok.isAtStartOfLine(); in LexHeaderName() local
H A DLexer.cpp1515 void Lexer::SetByteOffset(unsigned Offset, bool StartOfLine) { in SetByteOffset()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp637 size_t StartOfLine = Lines[LineIndex].find_first_not_of(Blanks); in adjustWhitespace() local