Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp290 Preprocessor::macro_begin(bool IncludeExternalMacros) const { in macro_begin() function in Preprocessor
339 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
/external/clang/include/clang/Lex/
DPreprocessor.h910 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;
914 return llvm::make_range(macro_begin(IncludeExternalMacros),
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp720 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3108 for (Preprocessor::macro_iterator M = PP.macro_begin(), in AddMacroResults()
7463 for (Preprocessor::macro_iterator M = PP.macro_begin(), in CodeCompletePreprocessorMacroName()