Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp491 const clang::CXXMethodDecl *cxx_method_decl = in SetupThisParameter() local
494 if (!cxx_method_decl || cxx_method_decl->isStatic()) { in SetupThisParameter()
497 clang::QualType this_type = cxx_method_decl->getThisType(); in SetupThisParameter()