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

  /external/clang/include/clang/AST/
CommentSema.h 214 bool isFunctionPointerVarDecl();
  /external/clang/lib/AST/
CommentSema.cpp 108 DiagSelect = !isFunctionPointerVarDecl() ? 3 : 0;
801 /// isFunctionPointerVarDecl - returns 'true' if declaration is a pointer to
803 bool Sema::isFunctionPointerVarDecl() {
    [all...]

Completed in 33 milliseconds