Searched defs:isSystemCall (Results 1 – 1 of 1) sorted by relevance
26 static bool isSystemCall(const FunctionDecl *FD) { in isSystemCall() function57 AST_MATCHER(FunctionDecl, isSystemCall) { return isSystemCall(&Node); } in AST_MATCHER() argument