Searched defs:isAtStartOfLine (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h32 bool isAtStartOfLine; member in class:llvm::AsmLexer
/external/clang/include/clang/Lex/
H A DToken.h230 /// isAtStartOfLine - Return true if this token is at the start of a line.
232 bool isAtStartOfLine() const { return (Flags & StartOfLine) ? true : false; } function in class:clang::Token
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp335 // Propagate the isAtStartOfLine/hasLeadingSpace markers of the macro
337 bool isAtStartOfLine = Identifier.isAtStartOfLine(); local
344 Identifier.setFlagValue(Token::StartOfLine , isAtStartOfLine);

Completed in 1439 milliseconds