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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp232 bool isMemFunction(const FunctionDecl *FD, ASTContext &C) const;
478 bool MallocChecker::isMemFunction(const FunctionDecl *FD, ASTContext &C) const { function in class:MallocChecker
1938 if (isMemFunction(FD, ASTC))

Completed in 53 milliseconds