Searched defs:CallArgList (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCall.h54 /// CallArgList - Type for representing both the value and type of
56 class CallArgList : class in namespace:clang::CodeGen
59 CallArgList() : StackBase(nullptr), StackBaseMem(nullptr) {} function in class:clang::CodeGen::CallArgList
85 void addFrom(const CallArgList &other) {

Completed in 453 milliseconds