Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dast_processing.h60 bool ShouldSkipFunctionDecl(const clang::FunctionDecl *decl);
Dast_processing.cpp93 bool HeaderASTVisitor::ShouldSkipFunctionDecl(const clang::FunctionDecl *decl) { in ShouldSkipFunctionDecl() function in header_checker::dumper::HeaderASTVisitor
131 if (ShouldSkipFunctionDecl(decl)) { in VisitFunctionDecl()