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

References

tools/clang/lib/AST/CommentParser.cpp
  325     TPC = S.actOnTParamCommandStart(Tok.getLocation(),
  344     } else if (TPC) {
  345       S.actOnTParamCommandFinish(TPC, Paragraph);
  346       return TPC;
  353   if (PC || TPC || Info->NumArgs > 0) {
  360     else if (TPC)
  361       parseTParamCommandArgs(TPC, Retokenizer);
  393   } else if (TPC) {
  394     S.actOnTParamCommandFinish(TPC, Paragraph);
  395     return TPC;