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

  /external/clang/include/clang/AST/
DeclBase.h 914 bool isFunctionOrMethod() const {
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 84 /// isFunctionOrMethod - Return true if the given decl has function
87 static bool isFunctionOrMethod(const Decl *D) {
95 if (isFunctionOrMethod(D))
115 /// isFunctionOrMethod or isFunctionOrMethodOrBlock.
847 if (!isFunctionOrMethod(D) || !hasFunctionProto(D)) {
    [all...]

Completed in 1325 milliseconds