Searched refs:ForEachMacro (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h97 virtual void ForEachMacro(
H A DClangExpressionSourceCode.cpp397 decl_vendor->ForEachMacro(
H A DClangModulesDeclVendor.cpp110 void ForEachMacro(
476 void ClangModulesDeclVendorImpl::ForEachMacro( function in class:ClangModulesDeclVendorImpl
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp40 for (const std::string &ForEachMacro : Style.ForEachMacros) {
41 auto Identifier = &IdentTable.get(ForEachMacro);
H A DFormatToken.h76 TYPE(ForEachMacro) \
H A DTokenAnnotator.cpp378 Contexts.back().ContextType = Context::ForEachMacro;
1404 if (Contexts.back().ContextType == Context::ForEachMacro)
1766 ForEachMacro, enumerator in enum:clang::format::__anon28::AnnotatingParser::Context::__anon29

Completed in 218 milliseconds