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

References

tools/clang/include/clang/AST/Decl.h
  151       : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {}
  169   static bool classofKind(Kind K) { return K == PragmaComment; }
tools/clang/lib/AST/DeclBase.cpp
  782     case PragmaComment:
tools/clang/lib/CodeGen/CGDecl.cpp
   81   case Decl::PragmaComment:
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5355   case Decl::PragmaComment: {
tools/clang/lib/Serialization/ASTCommon.cpp
  383   case Decl::PragmaComment:
tools/clang/tools/libclang/CIndex.cpp
 6298   case Decl::PragmaComment: