Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCExpr.cpp78 bool UseParens = MAI && MAI->useParensForDollarSignNames() && !InParens && in print() local
81 if (UseParens) { in print()