Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DSourceMgrAdapter.cpp124 SourceLocation StartOfLine = Loc.getLocWithOffset(-Diag.getColumnNo()); in handleDiag() local
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Dasllistsup.c481 BOOLEAN StartOfLine = FALSE; in LsWriteOneSourceLine() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp148 SourceLocation StartOfLine = in NormalizeLine() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h74 StartOfLine = 0x01, // At start of line or only after whitespace global() enumerator
H A DPreprocessor.h2023 setSkipMainFilePreamble(unsigned Bytes,bool StartOfLine) setSkipMainFilePreamble() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp673 const char *StartOfLine = Start; parseError() local
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp314 StringRef StartOfLine; member in clang::ast_matchers::dynamic::Parser::CodeTokenizer
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1004 bool StartOfLine = FilenameTok.isAtStartOfLine(); LexHeaderName() local
H A DLexer.cpp1470 SetByteOffset(unsigned Offset,bool StartOfLine) SetByteOffset() argument
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp637 size_t StartOfLine = Lines[LineIndex].find_first_not_of(Blanks); in adjustWhitespace() local