Home
last modified time | relevance | path

Searched defs:CallableInfo (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp89 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;
[all …]