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

/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h308 static RequiredArgs forPrototype(const FunctionProtoType *prototype) { function in class:clang::CodeGen::ABIArgInfo::RequiredArgs
312 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) { function in class:clang::CodeGen::ABIArgInfo::RequiredArgs
313 return forPrototype(prototype.getTypePtr());

Completed in 47 milliseconds