Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp20 class InterfaceStubFunctionsConsumer : public ASTConsumer { class
239 InterfaceStubFunctionsConsumer(CompilerInstance &Instance, StringRef InFile, in InterfaceStubFunctionsConsumer() function in __anonb95261930111::InterfaceStubFunctionsConsumer
339 return std::make_unique<InterfaceStubFunctionsConsumer>(CI, InFile, "ifs-v1"); in CreateASTConsumer()
/freebsd-14.2/lib/clang/libclang/
H A DMakefile460 SRCS_MIN+= Frontend/InterfaceStubFunctionsConsumer.cpp