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

Declarations

tools/clang/include/clang/AST/CommentSema.h
  213   bool isFunctionOrBlockPointerVarLikeDecl();

References

tools/clang/lib/AST/CommentSema.cpp
   88   if (!isFunctionDecl() && !isFunctionOrBlockPointerVarLikeDecl())
  590   if (isFunctionDecl() || isFunctionOrBlockPointerVarLikeDecl()) {