Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessor.cpp282 Preprocessor::macro_begin(bool IncludeExternalMacros) const { in macro_begin() function in Preprocessor
331 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h898 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;
902 return llvm::make_range(macro_begin(IncludeExternalMacros),
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangModulesDeclVendor.cpp429 …for (clang::Preprocessor::macro_iterator mi = m_compiler_instance->getPreprocessor().macro_begin(), in ForEachMacro()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDPrintPreprocessedOutput.cpp699 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCodeComplete.cpp3094 for (Preprocessor::macro_iterator M = PP.macro_begin(), in AddMacroResults()
7439 for (Preprocessor::macro_iterator M = PP.macro_begin(), in CodeCompletePreprocessorMacroName()