Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/unittests/Basic/
H A DSourceManagerTest.cpp246 struct MacroAction { struct
247 SourceLocation Loc;
248 std::string Name;
249 bool isDefinition; // if false, it is expansion.
251 MacroAction(SourceLocation Loc, StringRef Name, bool isDefinition) in MacroAction() function