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.cpp489 bool FunctionDeclWrapper::SetupThisParameter(repr::FunctionIR *functionp, in SetupThisParameter()
502 repr::CFunctionLikeIR *functionp, const clang::QualType qual_type, in SetupFunctionParameter()
515 repr::FunctionIR *functionp, in SetupFunctionParameters()
538 bool FunctionDeclWrapper::SetupFunction(repr::FunctionIR *functionp, in SetupFunction()
555 bool FunctionDeclWrapper::SetupTemplateInfo(repr::FunctionIR *functionp, in SetupTemplateInfo()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_dumper.cpp192 const FunctionIR *functionp) { in ConvertFunctionIR()
396 bool ProtobufIRDumper::AddFunctionIR(const FunctionIR *functionp) { in AddFunctionIR()
/development/vndk/tools/header-checker/src/repr/json/
Dir_dumper.cpp197 JsonObject IRToJsonConverter::ConvertFunctionIR(const FunctionIR *functionp) { in ConvertFunctionIR()