Searched refs:isGoto (Results 1 – 2 of 2) sorted by relevance
735 if (GAQ.isGoto() && getLangOpts().SpeculativeLoadHardening) in ParseAsmStatement()826 if (!GAQ.isGoto() && (Tok.isNot(tok::r_paren) || AteExtraColon)) { in ParseAsmStatement()859 } else if (GAQ.isGoto()) { in ParseAsmStatement()
3919 inline bool isGoto() const { return Qualifiers & AQ_goto; } in isGoto() function