Searched refs:macro_end (Results 1 – 6 of 6) sorted by relevance
341 Preprocessor::macro_end(bool IncludeExternalMacros) const { in macro_end() function in Preprocessor363 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
497 me = m_compiler_instance->getPreprocessor().macro_end(); in ForEachMacro()
1487 macro_iterator macro_end(bool IncludeExternalMacros = true) const;1492 macro_iterator end = macro_end(IncludeExternalMacros);
1053 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
4366 MEnd = PP.macro_end(LoadExternal); in AddMacroResults()10254 MEnd = SemaRef.PP.macro_end(); in CodeCompletePreprocessorMacroName()
11312 {"_ZNK5clang12Preprocessor9macro_endEb", "clang::Preprocessor::macro_end(bool) const"},