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

Declarations

tools/clang/include/clang/AST/CommentSema.h
  204   bool isFunctionDecl();

References

tools/clang/lib/AST/CommentSema.cpp
   88   if (!isFunctionDecl() && !isFunctionOrBlockPointerVarLikeDecl())
  590   if (isFunctionDecl() || isFunctionOrBlockPointerVarLikeDecl()) {
  714   if (!isFunctionDecl()) {
  811   return isFunctionDecl() && ThisDeclInfo->CurrentDecl &&
  816   if (!isFunctionDecl() || !ThisDeclInfo->CurrentDecl)
  839   return isFunctionDecl() && ThisDeclInfo->CurrentDecl &&