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

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

Completed in 258 milliseconds