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

References

tools/clang/lib/Index/CommentToXML.cpp
  101     if (!Child)
  103     switch (Child->getCommentKind()) {
  108       const ParagraphComment *PC = cast<ParagraphComment>(Child);
  119       const BlockCommandComment *BCC = cast<BlockCommandComment>(Child);
  142       const ParamCommandComment *PCC = cast<ParamCommandComment>(Child);
  154       const TParamCommandComment *TPCC = cast<TParamCommandComment>(Child);
  166       MiscBlocks.push_back(cast<BlockCommandComment>(Child));
  170       const VerbatimLineComment *VLC = cast<VerbatimLineComment>(Child);