OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAtStartOfComment
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/MCParser/
AsmLexer.h
50
bool
isAtStartOfComment
(char Char);
/external/llvm/lib/MC/MCParser/
AsmLexer.cpp
366
while (!
isAtStartOfComment
(*CurPtr) && // Start of line comment.
387
bool AsmLexer::
isAtStartOfComment
(char Char) {
402
if (
isAtStartOfComment
(CurChar)) {
Completed in 511 milliseconds