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

References

tools/clang/lib/AST/CommentParser.cpp
  482                                 S.copyArray(llvm::makeArrayRef(Attrs)),
  490                                 S.copyArray(llvm::makeArrayRef(Attrs)),
  509                                 S.copyArray(llvm::makeArrayRef(Attrs)),
  517                                 S.copyArray(llvm::makeArrayRef(Attrs)),
  656   return S.actOnParagraphComment(S.copyArray(llvm::makeArrayRef(Content)));
  695                                S.copyArray(llvm::makeArrayRef(Lines)));
  700                                S.copyArray(llvm::makeArrayRef(Lines)));
  776   return S.actOnFullComment(S.copyArray(llvm::makeArrayRef(Blocks)));
tools/clang/lib/AST/CommentSema.cpp
  320     Command->setPosition(copyArray(llvm::makeArrayRef(Position)));