Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp286 Preprocessor::macro_iterator
313 Preprocessor::macro_iterator
336 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
/external/clang/include/clang/Lex/
DPreprocessor.h902 typedef MacroMap::const_iterator macro_iterator; typedef
903 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;
904 macro_iterator macro_end(bool IncludeExternalMacros = true) const;
905 llvm::iterator_range<macro_iterator>
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp699 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3095 for (Preprocessor::macro_iterator M = PP.macro_begin(), in AddMacroResults()
7443 for (Preprocessor::macro_iterator M = PP.macro_begin(), in CodeCompletePreprocessorMacroName()