Searched refs:LexLineComment (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/MCParser/
H A DAsmLexer.h61 AsmToken LexLineComment();
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCParser/
H A DAsmLexer.cpp123 case '/': return ++CurPtr, LexLineComment();
144 /// LexLineComment: Comment: #[^\n]*
146 AsmToken AsmLexer::LexLineComment() { function in class:AsmLexer
371 return LexLineComment();

Completed in 114 milliseconds