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

/external/clang/lib/CodeGen/
H A DCGCall.h118 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, function in class:clang::CodeGen::RequiredArgs
125 return forPrototypePlus(prototype, 0);
132 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, function in class:clang::CodeGen::RequiredArgs
134 return forPrototypePlus(prototype.getTypePtr(), additional);

Completed in 94 milliseconds