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

Declarations

tools/clang/include/clang/AST/RawCommentList.h
  141   comments::FullComment *parse(const ASTContext &Context,

References

tools/clang/lib/AST/ASTContext.cpp
  502       comments::FullComment *FC = DocComment->parse(*this, PP, D);
  525   return RC ? RC->parse(*this, nullptr, D) : nullptr;
  630   comments::FullComment *FC = RC->parse(*this, PP, D);
tools/clang/tools/extra/clang-doc/Mapper.cpp
   82     return Comment->parse(Context, nullptr, D);
tools/clang/tools/extra/unittests/clang-doc/SerializeTest.cpp
   29       return Comment->parse(D->getASTContext(), nullptr, D);