Home
last modified time | relevance | path

Searched defs:IsAtStartOfLine (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h30 bool IsAtStartOfLine = true; variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1655 bool IsAtStartOfLine = Tok.isAtStartOfLine(); in ExpandBuiltinMacro() local
H A DLexer.cpp278 void Lexer::seek(unsigned Offset, bool IsAtStartOfLine) { in seek()