Searched refs:InParens (Results 1 – 3 of 3) sorted by relevance
40 void MCExpr::print(raw_ostream &OS, const MCAsmInfo *MAI, bool InParens) const { in print()77 bool UseParens = MAI && MAI->useParensForDollarSignNames() && !InParens && in print()
86 bool InParens = false) const;
2512 bool InParens = Parser.getTok().is(AsmToken::LParen); in ParseMasmOperator() local2513 const AsmToken &IDTok = InParens ? getLexer().peekTok() : Parser.getTok(); in ParseMasmOperator()2520 if (InParens) in ParseMasmOperator()2523 if (InParens) in ParseMasmOperator()