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

Declarations

tools/clang/include/clang/AST/CommentCommandTraits.h
  143   const CommandInfo *getCommandInfoOrNULL(StringRef Name) const;

References

tools/clang/include/clang/AST/CommentCommandTraits.h
  146     if (const CommandInfo *Info = getCommandInfoOrNULL(Name))
tools/clang/lib/AST/CommentLexer.cpp
  406       const CommandInfo *Info = Traits.getCommandInfoOrNULL(CommandName);