Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp503 bool has_default_arg, const std::string &source_file, bool is_this_ptr) { in SetupFunctionParameter() argument
509 ast_caches_->GetTypeId(GetKeyForTypeId(qual_type)), has_default_arg, in SetupFunctionParameter()
527 bool has_default_arg = (*param_it)->hasDefaultArg(); in SetupFunctionParameters() local
529 if (!SetupFunctionParameter(functionp, param_qt, has_default_arg, in SetupFunctionParameters()
Dabi_wrappers.h69 bool has_default_arg,