Home | History | Annotate | Download | only in AST

Lines Matching refs:getClobber

342 StringRef AsmStmt::getClobber(unsigned i) const {
344 return gccAsmStmt->getClobber(i);
346 return msAsmStmt->getClobber(i);
360 StringRef GCCAsmStmt::getClobber(unsigned i) const {