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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp338 Preprocessor::macro_end(bool IncludeExternalMacros) const { function in class:Preprocessor
360 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1164 macro_iterator macro_end(bool IncludeExternalMacros = true) const;
1169 macro_iterator end = macro_end(IncludeExternalMacros);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp445 me = m_compiler_instance->getPreprocessor().macro_end();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp838 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3903 MEnd = PP.macro_end(LoadExternal);
9159 MEnd = PP.macro_end();

Completed in 115 milliseconds