Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DAvoidBindCheck.cpp91 struct CallableInfo { struct
92 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;