Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.cpp65 PDBSymbolTypeFunctionSig::getArguments() const { in getArguments() function in PDBSymbolTypeFunctionSig
H A DPDBSymbolFunc.cpp83 PDBSymbolFunc::getArguments() const { getArguments() function in PDBSymbolFunc
/llvm-project/mlir/include/mlir/IR/
H A DDiagnostics.h171 MutableArrayRef<DiagnosticArgument> getArguments() { return arguments; } in getArguments() function
172 ArrayRef<DiagnosticArgument> getArguments() const { return arguments; } in getArguments() function
H A DBlock.h85 BlockArgListType getArguments() { return arguments; } getArguments() function
H A DRegion.h81 BlockArgListType getArguments() { in getArguments() function
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h62 const std::vector<std::string> &getArguments() const { return Args; } in getArguments() function
/llvm-project/mlir/lib/TableGen/
H A DInterfaces.cpp65 ArrayRef<InterfaceMethod::Argument> InterfaceMethod::getArguments() const { getArguments() function in InterfaceMethod
/llvm-project/clang/include/clang/Driver/
H A DJob.h225 const llvm::opt::ArgStringList &getArguments() const { return Arguments; } getArguments() function
/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp132 std::vector<syntax::Expression *> syntax::CallArguments::getArguments() { in getArguments() function in syntax::CallArguments
/llvm-project/mlir/tools/mlir-tblgen/
H A DFormatGen.h354 ArrayRef<FormatElement *> getArguments() const { return arguments; } in getArguments() function
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h400 MutableArrayRef<Expr *> getArguments() { in getArguments() function
403 ArrayRef<Expr *> getArguments() const { in getArguments() function