Searched refs:MacroNames (Results 1 – 3 of 3) sorted by relevance
28 static const llvm::StringSet<> MacroNames = {"TEST", "TEST_F", "TEST_P", in isGoogletestTestMacro() local30 return MacroNames.find(MacroName) != MacroNames.end(); in isGoogletestTestMacro()
47 MacroNames("D", cl::desc("Name of the macro to be defined"), variable112 TGParser Parser(SrcMgr, MacroNames, Records, NoWarnOnUnusedTemplateArgs); in TableGenMain()
594 SmallVectorImpl<StringRef> *MacroNames = nullptr) { in collectMacroDefinitions() argument605 if (MacroNames && !Macros.count(MacroName)) in collectMacroDefinitions()606 MacroNames->push_back(MacroName); in collectMacroDefinitions()621 if (MacroNames && !Macros.count(MacroName)) in collectMacroDefinitions()622 MacroNames->push_back(MacroName); in collectMacroDefinitions()