Home | History | Annotate | Download | only in Lex

Lines Matching defs:MacroInfo

1 //===--- MacroInfo.cpp - Information about #defined identifiers -----------===//
10 // This file implements the MacroInfo interface.
14 #include "clang/Lex/MacroInfo.h"
18 MacroInfo::MacroInfo(SourceLocation DefLoc)
36 unsigned MacroInfo::getDefinitionLengthSlow(SourceManager &SM) const {
72 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
129 void MacroInfo::dump() const {
133 Out << "MacroInfo " << this;
239 IdentifierInfo *II, MacroInfo *Macro,