|
clang-metatool
A framework for reusing code in clang tools
|
#include <tuple>#include <clang/Basic/SourceLocation.h>#include <clang/Lex/Token.h>#include <clang/Lex/MacroInfo.h>#include <clang/Lex/PPCallbacks.h>#include <clangmetatool/types/file_uid.h>

Go to the source code of this file.
Namespaces | |
| clangmetatool | |
| clangmetatool::types | |
Typedefs | |
| typedef std::tuple< const clang::Token, const clang::MacroDefinition, const clang::SourceRange, const clang::MacroArgs * > | clangmetatool::types::MacroReferenceInfo |
1.8.13