Home
last modified time | relevance | path

Searched defs:StartOfLine (Results 1 – 9 of 9) 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.cpp144 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.h2085 void setSkipMainFilePreamble(unsigned Bytes, bool StartOfLine) { in setSkipMainFilePreamble()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp672 const char *StartOfLine = Start; in parseError() local
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp313 StringRef StartOfLine; member in clang::ast_matchers::dynamic::Parser::CodeTokenizer
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1044 bool StartOfLine = FilenameTok.isAtStartOfLine(); in LexHeaderName() local
H A DLexer.cpp1534 void Lexer::SetByteOffset(unsigned Offset, bool StartOfLine) { in SetByteOffset()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp624 size_t StartOfLine = Lines[LineIndex].find_first_not_of(Blanks); in adjustWhitespace() local