Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp343 Preprocessor::macro_end(bool IncludeExternalMacros) const { in macro_end() function in Preprocessor
365 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp487 me = m_compiler_instance->getPreprocessor().macro_end(); in ForEachMacro()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1472 macro_iterator macro_end(bool IncludeExternalMacros = true) const;
1477 macro_iterator end = macro_end(IncludeExternalMacros);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp1057 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4203 MEnd = PP.macro_end(LoadExternal); in AddMacroResults()
10106 MEnd = SemaRef.PP.macro_end(); in CodeCompletePreprocessorMacroName()