Home
last modified time | relevance | path

Searched defs:getArguments (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.cpp65 PDBSymbolTypeFunctionSig::getArguments() const { in getArguments() function in PDBSymbolTypeFunctionSig
H A DPDBSymbolFunc.cpp81 PDBSymbolFunc::getArguments() const { in getArguments() function in PDBSymbolFunc
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerCommand.h62 const Vector<std::string> &getArguments() const { return Args; } in getArguments() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DJob.h208 const llvm::opt::ArgStringList &getArguments() const { return Arguments; } in getArguments() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DNodes.cpp132 std::vector<syntax::Expression *> syntax::CallArguments::getArguments() { in getArguments() function in syntax::CallArguments