Searched refs:macro_iterator (Results 1 – 5 of 5) sorted by relevance
1484 using macro_iterator = MacroMap::const_iterator; variable1486 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;1487 macro_iterator macro_end(bool IncludeExternalMacros = true) const;1489 llvm::iterator_range<macro_iterator>1491 macro_iterator begin = macro_begin(IncludeExternalMacros);1492 macro_iterator end = macro_end(IncludeExternalMacros);
313 Preprocessor::macro_iterator340 Preprocessor::macro_iterator363 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
495 for (clang::Preprocessor::macro_iterator in ForEachMacro()
1053 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
4365 for (Preprocessor::macro_iterator M = PP.macro_begin(LoadExternal), in AddMacroResults()10253 for (Preprocessor::macro_iterator M = SemaRef.PP.macro_begin(), in CodeCompletePreprocessorMacroName()