Home
last modified time | relevance | path

Searched refs:MacroId (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseNodiscardCheck.cpp22 const llvm::StringRef &MacroId) { in doesNoDiscardMacroExist() argument
25 if (MacroId.startswith("[[") || MacroId.startswith("__attribute__")) in doesNoDiscardMacroExist()
29 return Context.Idents.get(MacroId).hasMacroDefinition(); in doesNoDiscardMacroExist()