Home
last modified time | relevance | path

Searched refs:isTestingFunction (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
DConsumed.cpp184 static bool isTestingFunction(const FunctionDecl *FunDecl) { in isTestingFunction() function
265 assert(isTestingFunction(FunDecl)); in testsFor()
679 else if (isTestingFunction(FunD) && PInfo.isVar()) { in handleCall()