Searched refs:PrototypeDescriptorStr (Results 1 – 1 of 1) sorted by relevance
406 llvm::StringRef PrototypeDescriptorStr) { in parsePrototypeDescriptor() argument411 if (PrototypeDescriptorStr.empty()) in parsePrototypeDescriptor()415 auto PType = PrototypeDescriptorStr.back(); in parsePrototypeDescriptor()461 PrototypeDescriptorStr = PrototypeDescriptorStr.drop_back(); in parsePrototypeDescriptor()464 if (PrototypeDescriptorStr.starts_with("(")) { in parsePrototypeDescriptor()467 size_t Idx = PrototypeDescriptorStr.find(')'); in parsePrototypeDescriptor()469 StringRef ComplexType = PrototypeDescriptorStr.slice(1, Idx); in parsePrototypeDescriptor()470 PrototypeDescriptorStr = PrototypeDescriptorStr.drop_front(Idx + 1); in parsePrototypeDescriptor()471 assert(!PrototypeDescriptorStr.contains('(') && in parsePrototypeDescriptor()633 for (char I : PrototypeDescriptorStr) { in parsePrototypeDescriptor()