Searched refs:InParens (Results 1 – 3 of 3) sorted by relevance
41 void MCExpr::print(raw_ostream &OS, const MCAsmInfo *MAI, bool InParens) const { in print()78 bool UseParens = MAI && MAI->useParensForDollarSignNames() && !InParens && in print()
89 bool InParens = false) const;
2445 bool InParens = Parser.getTok().is(AsmToken::LParen); in ParseMasmOperator() local2446 const AsmToken &IDTok = InParens ? getLexer().peekTok() : Parser.getTok(); in ParseMasmOperator()2453 if (InParens) in ParseMasmOperator()2456 if (InParens) in ParseMasmOperator()