Searched refs:CallArguments (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 146 class CallArguments final : public List { 148 CallArguments() : List(NodeKind::CallArguments) {} in CallArguments() function
|
| H A D | Nodes.td | 32 def CallArguments : External<List> {} 215 Role<"Arguments", CallArguments>,
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | Tree.cpp | 402 case NodeKind::CallArguments: in getDelimiterTokenKind() 416 case NodeKind::CallArguments: in getTerminationKind() 430 case NodeKind::CallArguments: in canBeEmpty()
|
| H A D | Synthesis.cpp | 193 case syntax::NodeKind::CallArguments: in allocateTree() 194 return new (A.getAllocator()) syntax::CallArguments; in allocateTree()
|
| H A D | Nodes.cpp | 132 std::vector<syntax::Expression *> syntax::CallArguments::getArguments() { in getArguments() 142 syntax::CallArguments::getArgumentsAndCommas() { in getArgumentsAndCommas()
|
| H A D | BuildTree.cpp | 1192 syntax::CallArguments * 1203 auto *Arguments = new (allocator()) syntax::CallArguments; in buildCallArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1470 ArrayRef<VPValue *> CallArguments, Type *Ty, 1472 : VPRecipeWithIRFlags(VPDef::VPWidenIntrinsicSC, CallArguments, CI), in VPRecipeWithIRFlags() argument 1479 ArrayRef<VPValue *> CallArguments, Type *Ty, 1481 : VPRecipeWithIRFlags(VPDef::VPWidenIntrinsicSC, CallArguments, DL), in VPRecipeWithIRFlags() argument 1549 ArrayRef<VPValue *> CallArguments, DebugLoc DL = {}) 1550 : VPRecipeWithIRFlags(VPDef::VPWidenCallSC, CallArguments,
|