Searched refs:macro_iterator (Results 1 – 12 of 12) sorted by relevance
37 [](Preprocessor::macro_iterator It) -> Optional<unsigned> { in check()
300 Preprocessor::macro_iterator It = PP->macro_begin(); in lengthExprHandle()801 Preprocessor::macro_iterator It = PP->macro_begin(); in check()
1170 using macro_iterator = MacroMap::const_iterator; variable1172 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;1173 macro_iterator macro_end(bool IncludeExternalMacros = true) const;1175 llvm::iterator_range<macro_iterator>1177 macro_iterator begin = macro_begin(IncludeExternalMacros);1178 macro_iterator end = macro_end(IncludeExternalMacros);
289 Preprocessor::macro_iterator316 Preprocessor::macro_iterator339 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
909 typedef MacroMap::const_iterator macro_iterator; typedef910 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;911 macro_iterator macro_end(bool IncludeExternalMacros = true) const;912 llvm::iterator_range<macro_iterator>
310 Preprocessor::macro_iterator337 Preprocessor::macro_iterator360 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
720 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
445 for (clang::Preprocessor::macro_iterator in ForEachMacro()
838 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
674 for (Preprocessor::macro_iterator M = PP.macro_begin(), in HandleTranslationUnit()
3108 for (Preprocessor::macro_iterator M = PP.macro_begin(), in AddMacroResults()7463 for (Preprocessor::macro_iterator M = PP.macro_begin(), in CodeCompletePreprocessorMacroName()
3906 for (Preprocessor::macro_iterator M = PP.macro_begin(LoadExternal), in AddMacroResults()9179 for (Preprocessor::macro_iterator M = PP.macro_begin(), in CodeCompletePreprocessorMacroName()