Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp341 Preprocessor::macro_end(bool IncludeExternalMacros) const { in macro_end() function in Preprocessor
363 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp497 me = m_compiler_instance->getPreprocessor().macro_end(); in ForEachMacro()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1487 macro_iterator macro_end(bool IncludeExternalMacros = true) const;
1492 macro_iterator end = macro_end(IncludeExternalMacros);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp1053 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4366 MEnd = PP.macro_end(LoadExternal); in AddMacroResults()
10254 MEnd = SemaRef.PP.macro_end(); in CodeCompletePreprocessorMacroName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc11312 {"_ZNK5clang12Preprocessor9macro_endEb", "clang::Preprocessor::macro_end(bool) const"},