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

  /external/clang/include/clang/AST/
DeclBase.h 399 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 49 /// isFunctionOrMethod - Return true if the given decl has function
52 static bool isFunctionOrMethod(const Decl *D) {
58 return isFunctionOrMethod(D) || isa<BlockDecl>(D);
71 /// isFunctionOrMethod or isFunctionOrMethodOrBlock.
    [all...]
SemaType.cpp     [all...]

Completed in 98 milliseconds