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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp415 mi = m_compiler_instance->getPreprocessor().macro_begin(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp309 Preprocessor::macro_begin(bool IncludeExternalMacros) const { function in class:Preprocessor
358 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1142 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;
1147 macro_iterator begin = macro_begin(IncludeExternalMacros);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp838 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3870 for (Preprocessor::macro_iterator M = PP.macro_begin(LoadExternal),
8611 for (Preprocessor::macro_iterator M = PP.macro_begin(),

Completed in 193 milliseconds