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

References

tools/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
   33        << "\"" << Tag.getValueAsString("Name") << "\", "
   34        << "\"" << Tag.getValueAsString("EndCommandName") << "\", "
   36        << Tag.getValueAsInt("NumArgs") << ", "
   37        << Tag.getValueAsBit("IsInlineCommand") << ", "
   38        << Tag.getValueAsBit("IsBlockCommand") << ", "
   39        << Tag.getValueAsBit("IsBriefCommand") << ", "
   40        << Tag.getValueAsBit("IsReturnsCommand") << ", "
   41        << Tag.getValueAsBit("IsParamCommand") << ", "
   42        << Tag.getValueAsBit("IsTParamCommand") << ", "
   43        << Tag.getValueAsBit("IsThrowsCommand") << ", "
   44        << Tag.getValueAsBit("IsDeprecatedCommand") << ", "
   45        << Tag.getValueAsBit("IsHeaderfileCommand") << ", "
   46        << Tag.getValueAsBit("IsEmptyParagraphAllowed") << ", "
   47        << Tag.getValueAsBit("IsVerbatimBlockCommand") << ", "
   48        << Tag.getValueAsBit("IsVerbatimBlockEndCommand") << ", "
   49        << Tag.getValueAsBit("IsVerbatimLineCommand") << ", "
   50        << Tag.getValueAsBit("IsDeclarationCommand") << ", "
   51        << Tag.getValueAsBit("IsFunctionDeclarationCommand") << ", "
   52        << Tag.getValueAsBit("IsRecordLikeDetailCommand") << ", "
   53        << Tag.getValueAsBit("IsRecordLikeDeclarationCommand") << ", "