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     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 83 /// isFunctionOrMethod - Return true if the given decl has function
86 static bool isFunctionOrMethod(const Decl *D) {
94 if (isFunctionOrMethod(D))
114 /// isFunctionOrMethod or isFunctionOrMethodOrBlock.
235 assert(isFunctionOrMethod(D) && hasFunctionProto(D));
    [all...]

Completed in 708 milliseconds