Home
last modified time | relevance | path

Searched refs:forPrototype (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h410 static RequiredArgs forPrototype(const FunctionProtoType *prototype, in forPrototype() function
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype, in forPrototype() function
417 return forPrototype(prototype.getTypePtr(), FD); in forPrototype()
/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h497 static RequiredArgs forPrototype(const FunctionProtoType *prototype) { in forPrototype() function
501 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) { in forPrototype() function