reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Lex/MacroInfo.h
  145   bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,

References

tools/clang/lib/Frontend/CompilerInstance.cpp
 1378   } else if (!CurrentDefinition->isIdenticalTo(*CmdLineDefinition, PP,
tools/clang/lib/Lex/PPDirectives.cpp
 2726     if (!OtherMI || !MI->isIdenticalTo(*OtherMI, *this,
 2752           !MI->isIdenticalTo(*OtherMI, *this,
 2775                !MI->isIdenticalTo(*OtherMI, *this, /*Syntactic=*/LangOpts.MicrosoftExt)) {
tools/clang/lib/Lex/PPMacroExpansion.cpp
  248         !MI->isIdenticalTo(*NewMI, *this, /*Syntactically=*/true))