Home
last modified time | relevance | path

Searched refs:macro_iterator (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Lex/
DPreprocessor.cpp263 Preprocessor::macro_iterator
284 Preprocessor::macro_iterator
307 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
DPPMacroExpansion.cpp40 macro_iterator Pos = Macros.find(II); in getMacroDirectiveHistory()
/external/clang/include/clang/Lex/
DPreprocessor.h624 MacroDirective*>::const_iterator macro_iterator; typedef
625 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;
626 macro_iterator macro_end(bool IncludeExternalMacros = true) const;
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp687 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2989 for (Preprocessor::macro_iterator M = PP.macro_begin(), in AddMacroResults()
7200 for (Preprocessor::macro_iterator M = PP.macro_begin(), in CodeCompletePreprocessorMacroName()
/external/clang/lib/Serialization/
DASTWriter.cpp1945 for (Preprocessor::macro_iterator in WritePreprocessor()