Searched refs:UntypedOutgoingMethod (Results 1 – 1 of 1) sorted by relevance
83 class UntypedOutgoingMethod; variable87 UntypedOutgoingMethod outgoingMethod(llvm::StringLiteral Method);190 class LSPBinder::UntypedOutgoingMethod {193 UntypedOutgoingMethod(llvm::StringLiteral Method, RawOutgoing *Out) in UntypedOutgoingMethod() function195 friend UntypedOutgoingMethod LSPBinder::outgoingMethod(llvm::StringLiteral);215 inline LSPBinder::UntypedOutgoingMethod217 return UntypedOutgoingMethod(Method, &Out); in outgoingMethod()