Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.h146 class FunctionDeclWrapper : public ABIWrapper {
148 FunctionDeclWrapper(
Dabi_wrappers.cpp478 FunctionDeclWrapper::FunctionDeclWrapper( in FunctionDeclWrapper() function in header_checker::dumper::FunctionDeclWrapper
489 bool FunctionDeclWrapper::SetupThisParameter(repr::FunctionIR *functionp, in SetupThisParameter()
514 bool FunctionDeclWrapper::SetupFunctionParameters( in SetupFunctionParameters()
538 bool FunctionDeclWrapper::SetupFunction(repr::FunctionIR *functionp, in SetupFunction()
555 bool FunctionDeclWrapper::SetupTemplateInfo(repr::FunctionIR *functionp, in SetupTemplateInfo()
574 std::unique_ptr<repr::FunctionIR> FunctionDeclWrapper::GetFunctionDecl() { in GetFunctionDecl()
Dast_processing.cpp134 FunctionDeclWrapper function_decl_wrapper( in VisitFunctionDecl()