Searched defs:CallableInfo (Results 1 – 1 of 1) sorted by relevance
91 struct CallableInfo { struct92 CallableType Type = CT_Other;93 CallableMaterializationKind Materialization = CMK_Other;94 CaptureMode CM = CM_None;95 CaptureExpr CE = CE_None;96 StringRef SourceTokens;97 std::string CaptureIdentifier;98 std::string UsageIdentifier;99 StringRef CaptureInitializer;100 const FunctionDecl *Decl = nullptr;