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

References

tools/clang/include/clang/AST/CommentSema.h
   82       return Source.copy(Allocator);
tools/clang/lib/AST/CommentSema.cpp
   39   ThisDeclInfo = new (Allocator) DeclInfo;
   46   return new (Allocator) ParagraphComment(Content);
   54   BlockCommandComment *BC = new (Allocator) BlockCommandComment(LocBegin, LocEnd,
   85       new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID,
  268   Argument *A = new (Allocator) Argument(SourceRange(ArgLocBegin,
  286       new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
  306   Argument *A = new (Allocator) Argument(SourceRange(ArgLocBegin,
  368   return new (Allocator) InlineCommandComment(
  383   Argument *A = new (Allocator) Argument(SourceRange(ArgLocBegin,
  388   return new (Allocator) InlineCommandComment(
  407   return new (Allocator) InlineCommandComment(
  416   return new (Allocator) TextComment(LocBegin, LocEnd, Text);
  422   return new (Allocator) VerbatimBlockComment(
  430   return new (Allocator) VerbatimBlockLineComment(Loc, Text);
  446   VerbatimLineComment *VL = new (Allocator) VerbatimLineComment(
  459   return new (Allocator) HTMLStartTagComment(LocBegin, TagName);
  479       new (Allocator) HTMLEndTagComment(LocBegin, LocEnd, TagName);
  545   FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo);