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

Derived Classes

tools/clang/include/clang/AST/Comment.h
  546 class ParagraphComment : public BlockContentComment {
  596 class BlockCommandComment : public BlockContentComment {

References

include/llvm/ADT/ArrayRef.h
  108         const ArrayRef<U *> &A,
  110            std::is_convertible<U *const *, T const *>::value>::type * = nullptr)
  118       const SmallVectorTemplateCommon<U *, DummyT> &Vec,
  120           std::is_convertible<U *const *, T const *>::value>::type * = nullptr)
include/llvm/ADT/STLExtras.h
   75       typename std::add_pointer<typename std::add_const<T>::type>::type;
include/llvm/Support/Casting.h
   57   static inline bool doit(const From &Val) {
  104   static inline bool doit(const From *Val) {
  106     return isa_impl<To, From>::doit(*Val);
  263 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) {
  263 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) {
  265   return cast_convert_val<X, Y*,
  266                           typename simplify_type<Y*>::SimpleType>::doit(Val);
tools/clang/include/clang/AST/Comment.h
  546 class ParagraphComment : public BlockContentComment {
  596 class BlockCommandComment : public BlockContentComment {
 1092   ArrayRef<BlockContentComment *> Blocks;
 1096   FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) :
 1129   ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; }
tools/clang/include/clang/AST/CommentParser.h
  110   BlockContentComment *parseParagraphOrBlockCommand();
  114   BlockContentComment *parseBlockContent();
tools/clang/include/clang/AST/CommentSema.h
  182   FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
tools/clang/lib/AST/CommentParser.cpp
  384     BlockContentComment *Block = parseParagraphOrBlockCommand();
  558 BlockContentComment *Parser::parseParagraphOrBlockCommand() {
  732 BlockContentComment *Parser::parseBlockContent() {
  768   SmallVector<BlockContentComment *, 8> Blocks;
tools/clang/lib/AST/CommentSema.cpp
  544                               ArrayRef<BlockContentComment *> Blocks) {
tools/clang/lib/Index/CommentToXML.cpp
   85   const BlockContentComment *Brief;
   86   const BlockContentComment *Headerfile;
   92   SmallVector<const BlockContentComment *, 8> MiscBlocks;
usr/include/c++/7.4.0/type_traits
 1558     { typedef _Tp     type; };
 1580     { typedef _Tp const     type; };
 1983     { typedef _Up     type; };