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

References

tools/clang/include/clang/Lex/MacroInfo.h
  134       return DefinitionLength;
tools/clang/lib/Lex/MacroInfo.cpp
   43     return (DefinitionLength = 0);
   61   DefinitionLength = endInfo.second - startInfo.second;
   62   DefinitionLength += lastToken.getLength();
   64   return DefinitionLength;