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 89 if (!isFunctionDecl())
589 if (isFunctionDecl()) {
714 if (!isFunctionDecl()) {
802 bool Sema::isFunctionDecl() {
811 return isFunctionDecl() && ThisDeclInfo->CurrentDecl &&
831 return isFunctionDecl() && ThisDeclInfo->CurrentDecl &&
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 209 bool isFunctionDecl();
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 203 milliseconds