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 385 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 47 /// isFunctionOrMethod - Return true if the given decl has function
50 static bool isFunctionOrMethod(const Decl *D) {
64 /// isFunctionOrMethod or isFunctionOrMethodOrBlock.
221 assert(isFunctionOrMethod(D));
    [all...]

Completed in 373 milliseconds