Searched defs:macro_iterator (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Lex/
H A DPreprocessor.h476 /// macro_iterator/macro_begin/macro_end - This allows you to walk the macro
481 MacroInfo*>::const_iterator macro_iterator; typedef in class:clang::Preprocessor
482 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;
483 macro_iterator macro_end(bool IncludeExternalMacros = true) const;

Completed in 74 milliseconds