Home
last modified time | relevance | path

Searched refs:ForEachMacro (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h97 virtual void ForEachMacro(
H A DClangModulesDeclVendor.cpp98 void ForEachMacro(
416 void ClangModulesDeclVendorImpl::ForEachMacro( in ForEachMacro() function in ClangModulesDeclVendorImpl
H A DClangExpressionSourceCode.cpp351 decl_vendor->ForEachMacro( in GetText()
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp40 for (const std::string &ForEachMacro : Style.ForEachMacros) local
41 Macros.insert({&IdentTable.get(ForEachMacro), TT_ForEachMacro});
H A DFormatToken.h50 TYPE(ForEachMacro) \