Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h101 ForEachMacro(const ModuleVector &modules,
H A DClangModulesDeclVendor.cpp82 void ForEachMacro(const ModuleVector &modules,
361 void ClangModulesDeclVendorImpl::ForEachMacro( in ForEachMacro() function in ClangModulesDeclVendorImpl
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DExpressionSourceCode.cpp231 decl_vendor->ForEachMacro( in GetText()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatTokenLexer.cpp39 for (const std::string &ForEachMacro : Style.ForEachMacros) local
40 Macros.insert({&IdentTable.get(ForEachMacro), TT_ForEachMacro});
H A DFormatToken.h48 TYPE(ForEachMacro) \