Searched refs:macro_begin (Results 1 – 4 of 4) sorted by relevance
290 Preprocessor::macro_begin(bool IncludeExternalMacros) const { in macro_begin() function in Preprocessor339 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
910 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;914 return llvm::make_range(macro_begin(IncludeExternalMacros),
720 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
3108 for (Preprocessor::macro_iterator M = PP.macro_begin(), in AddMacroResults()7463 for (Preprocessor::macro_iterator M = PP.macro_begin(), in CodeCompletePreprocessorMacroName()