clang-metatool
A framework for reusing code in clang tools
Namespaces | Typedefs
macro_reference_info.h File Reference
#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>
Include dependency graph for macro_reference_info.h:
This graph shows which files directly or indirectly include this file:

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