Searched refs:macro_iterator (Results 1 – 5 of 5) sorted by relevance
1469 using macro_iterator = MacroMap::const_iterator; variable1471 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;1472 macro_iterator macro_end(bool IncludeExternalMacros = true) const;1474 llvm::iterator_range<macro_iterator>1476 macro_iterator begin = macro_begin(IncludeExternalMacros);1477 macro_iterator end = macro_end(IncludeExternalMacros);
315 Preprocessor::macro_iterator342 Preprocessor::macro_iterator365 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
485 for (clang::Preprocessor::macro_iterator in ForEachMacro()
1057 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
4202 for (Preprocessor::macro_iterator M = PP.macro_begin(LoadExternal), in AddMacroResults()10105 for (Preprocessor::macro_iterator M = SemaRef.PP.macro_begin(), in CodeCompletePreprocessorMacroName()