Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h30 bool IsAtStartOfLine = true; variable
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DLexer.h135 bool IsAtStartOfLine; variable
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPMacroExpansion.cpp1513 bool IsAtStartOfLine = Tok.isAtStartOfLine(); in ExpandBuiltinMacro() local
H A DLexer.cpp229 void Lexer::seek(unsigned Offset, bool IsAtStartOfLine) { in seek()