HomeSort by relevance Sort by last modified time
    Searched refs:isFunctionDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
CommentSema.cpp 85 if (!isFunctionDecl())
570 if (isFunctionDecl()) {
699 if (!isFunctionDecl()) {
783 bool Sema::isFunctionDecl() {
792 return isFunctionDecl() && ThisDeclInfo->CurrentDecl &&
797 return isFunctionDecl() && ThisDeclInfo->CurrentDecl &&
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 212 bool isFunctionDecl();

Completed in 209 milliseconds