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

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
 1133   macro_iterator macro_begin(bool IncludeExternalMacros = true) const;

References

tools/clang/include/clang/Lex/Preprocessor.h
 1138     macro_iterator begin = macro_begin(IncludeExternalMacros);
tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  838   for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end();
tools/clang/lib/Lex/Preprocessor.cpp
  355   for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end();
tools/clang/lib/Sema/SemaCodeComplete.cpp
 3843   for (Preprocessor::macro_iterator M = PP.macro_begin(LoadExternal),
 8584     for (Preprocessor::macro_iterator M = PP.macro_begin(),
tools/clang/tools/extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
  299   Preprocessor::macro_iterator It = PP->macro_begin();
  799     Preprocessor::macro_iterator It = PP->macro_begin();
tools/clang/tools/extra/modularize/Modularize.cpp
  676     for (Preprocessor::macro_iterator M = PP.macro_begin(),
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  418            mi = m_compiler_instance->getPreprocessor().macro_begin(),