Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/header-abi-dumper/src/
Dast_processing.cpp29 using abi_wrapper::FunctionDeclWrapper;
92 FunctionDeclWrapper function_decl_wrapper(mangle_contextp_, ast_contextp_, in VisitFunctionDecl()
Dabi_wrappers.h103 class FunctionDeclWrapper : public ABIWrapper {
105 FunctionDeclWrapper(clang::MangleContext *mangle_contextp,
Dabi_wrappers.cpp200 FunctionDeclWrapper::FunctionDeclWrapper( in FunctionDeclWrapper() function in FunctionDeclWrapper
208 bool FunctionDeclWrapper::SetupFunctionParameters( in SetupFunctionParameters()
232 bool FunctionDeclWrapper::SetupFunction(abi_dump::FunctionDecl *functionp, in SetupFunction()
248 bool FunctionDeclWrapper::SetupTemplateInfo( in SetupTemplateInfo()
283 FunctionDeclWrapper::GetFunctionDecl() const { in GetFunctionDecl()