Home | History | Annotate | Download | only in AST

Lines Matching refs:getClobber

370 StringRef AsmStmt::getClobber(unsigned i) const {
372 return gccAsmStmt->getClobber(i);
374 return msAsmStmt->getClobber(i);
393 StringRef GCCAsmStmt::getClobber(unsigned i) const {