Home | History | Annotate | Download | only in Lex

Lines Matching refs: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) : Location(DefLoc) {
36 MacroInfo::MacroInfo(const MacroInfo &MI, llvm::BumpPtrAllocator &PPAllocator) {
59 unsigned MacroInfo::getDefinitionLengthSlow(SourceManager &SM) const {
92 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const {