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