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

Declarations

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

References

tools/clang/include/clang/Lex/Preprocessor.h
 1139     macro_iterator end = macro_end(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
 3844                                     MEnd = PP.macro_end(LoadExternal);
 8585                                       MEnd = PP.macro_end();
tools/clang/tools/extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
  300   while (It != PP->macro_end() && !IsMacroDefinition) {
  800     while (It != PP->macro_end() && !AreSafeFunctionsWanted.hasValue()) {
tools/clang/tools/extra/modularize/Modularize.cpp
  677                                       MEnd = PP.macro_end();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  419            me = m_compiler_instance->getPreprocessor().macro_end();