Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DSourceManagerTest.cpp237 struct MacroAction { struct
238 SourceLocation Loc;
239 std::string Name;
240 bool isDefinition; // if false, it is expansion.
242 MacroAction(SourceLocation Loc, StringRef Name, bool isDefinition) in MacroAction() argument