Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessor.cpp309 Preprocessor::macro_end(bool IncludeExternalMacros) const { in macro_end() 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.h899 macro_iterator macro_end(bool IncludeExternalMacros = true) const;
903 macro_end(IncludeExternalMacros));
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangModulesDeclVendor.cpp430 … me = m_compiler_instance->getPreprocessor().macro_end(); 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/binutils/gas/config/
HDtc-mips.c1023 static void macro_end (void);
2017 macro_end (); in md_assemble()
3291 macro_end (void) in macro_end() function
13055 macro_end (); in s_cpload()
13171 macro_end (); in s_cpsetup()
13219 macro_end (); in s_cprestore()
13257 macro_end (); in s_cpreturn()
13433 macro_end (); in s_cpadd()
HDtc-ppc.c1228 const struct powerpc_macro *macro_end; in ppc_setup_opcodes() local
1358 macro_end = powerpc_macros + powerpc_num_macros; in ppc_setup_opcodes()
1359 for (macro = powerpc_macros; macro < macro_end; macro++) in ppc_setup_opcodes()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCodeComplete.cpp3095 MEnd = PP.macro_end(); in AddMacroResults()
7440 MEnd = PP.macro_end(); in CodeCompletePreprocessorMacroName()