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

  /external/clang/lib/AST/
CommentSema.cpp 84 if (!isFunctionDecl())
580 if (isFunctionDecl()) {
703 if (!isFunctionDecl()) {
791 bool Sema::isFunctionDecl() {
800 return isFunctionDecl() && ThisDeclInfo->CurrentDecl &&
817 return isFunctionDecl() && ThisDeclInfo->CurrentDecl &&
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 209 bool isFunctionDecl();
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 253 milliseconds