Lines Matching defs:CallableInfo
89 struct CallableInfo { struct
90 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;
99 bool DoesReturn = false;