Searched refs:macro_end (Results 1 – 8 of 8) sorted by relevance
38 if (It == PP->macro_end()) in check()
301 while (It != PP->macro_end() && !IsMacroDefinition) { in lengthExprHandle()802 while (It != PP->macro_end() && !AreSafeFunctionsWanted) { in check()
346 Preprocessor::macro_end(bool IncludeExternalMacros) const { in macro_end() function in Preprocessor368 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
439 me = m_compiler_instance->getPreprocessor().macro_end(); in ForEachMacro()
673 MEnd = PP.macro_end(); in HandleTranslationUnit()
1325 macro_iterator macro_end(bool IncludeExternalMacros = true) const;1330 macro_iterator end = macro_end(IncludeExternalMacros);
939 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
4083 MEnd = PP.macro_end(LoadExternal); in AddMacroResults()9843 MEnd = PP.macro_end(); in CodeCompletePreprocessorMacroName()