Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dast_processing.cpp149 auto function_wrapper = function_decl_wrapper.GetFunctionDecl(); in VisitFunctionDecl()
Dabi_wrappers.h156 std::unique_ptr<repr::FunctionIR> GetFunctionDecl();
Dabi_wrappers.cpp569 std::unique_ptr<repr::FunctionIR> FunctionDeclWrapper::GetFunctionDecl() { in GetFunctionDecl() function in header_checker::dumper::FunctionDeclWrapper