Searched refs:macro_end (Results 1 – 5 of 5) sorted by relevance
343 Preprocessor::macro_end(bool IncludeExternalMacros) const { in macro_end() function in Preprocessor365 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
487 me = m_compiler_instance->getPreprocessor().macro_end(); in ForEachMacro()
1472 macro_iterator macro_end(bool IncludeExternalMacros = true) const;1477 macro_iterator end = macro_end(IncludeExternalMacros);
1057 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
4203 MEnd = PP.macro_end(LoadExternal); in AddMacroResults()10106 MEnd = SemaRef.PP.macro_end(); in CodeCompletePreprocessorMacroName()