Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h379 MacroInfo*>::const_iterator macro_iterator; typedef
380 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;
381 macro_iterator macro_end(bool IncludeExternalMacros = true) const;
/external/clang/lib/Lex/
DPreprocessor.cpp219 Preprocessor::macro_iterator
234 Preprocessor::macro_iterator
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2731 for (Preprocessor::macro_iterator M = PP.macro_begin(), in AddMacroResults()
6705 for (Preprocessor::macro_iterator M = PP.macro_begin(), in CodeCompletePreprocessorMacroName()
/external/clang/lib/Serialization/
DASTWriter.cpp1683 for (Preprocessor::macro_iterator I = PP.macro_begin(Chain == 0), in WritePreprocessor()