Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp314 Preprocessor::macro_end(bool IncludeExternalMacros) const { in macro_end() function in Preprocessor
336 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
/external/clang/include/clang/Lex/
DPreprocessor.h904 macro_iterator macro_end(bool IncludeExternalMacros = true) const;
908 macro_end(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.cpp3096 MEnd = PP.macro_end(); in AddMacroResults()
7444 MEnd = PP.macro_end(); in CodeCompletePreprocessorMacroName()