Searched refs:CallOrRef (Results 1 – 2 of 2) sorted by relevance
370 const Expr *CallOrRef = (PathL == 1) in check() local373 if (checkFunction(CallF, CallOrRef)) in check()380 const Expr *CallOrRef) { in checkFunction() argument381 bool FunctionIsCalled = isa<CallExpr>(CallOrRef); in checkFunction()385 diag(CallOrRef->getBeginLoc(), "standard function %0 may not be " in checkFunction()396 diag(CallOrRef->getBeginLoc(), "cannot verify that external function %0 is " in checkFunction()
45 bool checkFunction(const FunctionDecl *FD, const Expr *CallOrRef);