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

  /external/clang/include/clang/AST/
CommentSema.h 210 bool isAnyFunctionDecl();
  /external/clang/lib/AST/
CommentSema.cpp 106 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 1 : 0;
109 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 2 : 0;
810 bool Sema::isAnyFunctionDecl() {
816 if (!isAnyFunctionDecl() && !isObjCMethodDecl() && !isFunctionTemplateDecl())
    [all...]

Completed in 636 milliseconds