Home
last modified time | relevance | path

Searched defs:functionp (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp132 repr::CFunctionLikeIR *functionp, const clang::QualType qual_type, in SetupFunctionParameter()
498 bool FunctionDeclWrapper::SetupThisParameter(repr::FunctionIR *functionp, in SetupThisParameter()
511 repr::FunctionIR *functionp, in SetupFunctionParameters()
534 bool FunctionDeclWrapper::SetupFunction(repr::FunctionIR *functionp, in SetupFunction()
550 bool FunctionDeclWrapper::SetupTemplateInfo(repr::FunctionIR *functionp, in SetupTemplateInfo()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_dumper.cpp181 const FunctionIR *functionp) { in ConvertFunctionIR()
384 bool ProtobufIRDumper::AddFunctionIR(const FunctionIR *functionp) { in AddFunctionIR()
/development/vndk/tools/header-checker/src/repr/json/
Dir_dumper.cpp191 JsonObject IRToJsonConverter::ConvertFunctionIR(const FunctionIR *functionp) { in ConvertFunctionIR()