Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DSourceManagerTest.cpp245 struct MacroAction { struct
246 SourceLocation Loc;
247 std::string Name;
248 bool isDefinition; // if false, it is expansion.
250 MacroAction(SourceLocation Loc, StringRef Name, bool isDefinition) in MacroAction() argument