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

/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h288 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, function in class:clang::CodeGen::ABIArgInfo::RequiredArgs
295 return forPrototypePlus(prototype, 0);
302 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, function in class:clang::CodeGen::ABIArgInfo::RequiredArgs
304 return forPrototypePlus(prototype.getTypePtr(), additional);

Completed in 148 milliseconds