Searched refs:ShouldSkipFunctionDecl (Results 1 – 2 of 2) sorted by relevance
60 bool ShouldSkipFunctionDecl(const clang::FunctionDecl *decl);
93 bool HeaderASTVisitor::ShouldSkipFunctionDecl(const clang::FunctionDecl *decl) { in ShouldSkipFunctionDecl() function in header_checker::dumper::HeaderASTVisitor131 if (ShouldSkipFunctionDecl(decl)) { in VisitFunctionDecl()