Home
last modified time | relevance | path

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

/aosp_15_r20/development/vndk/tools/header-checker/src/dumper/
H A Dabi_wrappers.cpp132 repr::CFunctionLikeIR *functionp, const clang::QualType qual_type, in SetupFunctionParameter()
525 bool FunctionDeclWrapper::SetupThisParameter(repr::FunctionIR *functionp, in SetupThisParameter()
538 repr::FunctionIR *functionp, in SetupFunctionParameters()
561 bool FunctionDeclWrapper::SetupFunction(repr::FunctionIR *functionp, in SetupFunction()
578 bool FunctionDeclWrapper::SetupTemplateInfo(repr::FunctionIR *functionp, in SetupTemplateInfo()
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/protobuf/
H A Dir_dumper.cpp255 abi_dump::FunctionDecl ConvertFunctionIR(const FunctionIR *functionp) { in ConvertFunctionIR()
468 bool ProtobufIRDumper::AddFunctionIR(const FunctionIR *functionp) { in AddFunctionIR()
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/json/
H A Dir_dumper.cpp222 static JsonObject ConvertFunctionIR(const FunctionIR *functionp) { in ConvertFunctionIR()