Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DSourceManagerTest.cpp248 struct MacroAction { struct
249 SourceLocation Loc;
250 std::string Name;
251 bool isDefinition; // if false, it is expansion.
253 MacroAction(SourceLocation Loc, StringRef Name, bool isDefinition) in MacroAction() function