Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp312 Preprocessor::macro_begin(bool IncludeExternalMacros) const { in macro_begin() function in Preprocessor
361 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp497 mi = m_compiler_instance->getPreprocessor().macro_begin(), in ForEachMacro()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1450 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;
1455 macro_iterator begin = macro_begin(IncludeExternalMacros);
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp949 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4197 for (Preprocessor::macro_iterator M = PP.macro_begin(LoadExternal), in AddMacroResults()
10005 for (Preprocessor::macro_iterator M = PP.macro_begin(), in CodeCompletePreprocessorMacroName()