reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/MC/MCParser/AsmLexer.h
   54   bool isAtStartOfComment(const char *Ptr);

References

lib/MC/MCParser/AsmLexer.cpp
  491   while (!isAtStartOfComment(CurPtr) &&     // Start of line comment.
  574   if (isAtStartOfComment(TokStart))