Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp287 Preprocessor::macro_begin(bool IncludeExternalMacros) const { in macro_begin() function in Preprocessor
336 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
/external/clang/include/clang/Lex/
DPreprocessor.h903 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;
907 return llvm::make_range(macro_begin(IncludeExternalMacros),
/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()