Searched defs:isMemFunction (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp239 bool isMemFunction(const FunctionDecl *FD, ASTContext &C) const;
499 bool MallocChecker::isMemFunction(const FunctionDecl *FD, ASTContext &C) const { function in class:MallocChecker
2112 if (isMemFunction(FD, ASTC))

Completed in 32 milliseconds