Home
last modified time | relevance | path

Searched refs:getClobberStringLiteral (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/AST/
DStmt.h1729 StringLiteral *getClobberStringLiteral(unsigned i) { return Clobbers[i]; } in getClobberStringLiteral() function
1730 const StringLiteral *getClobberStringLiteral(unsigned i) const { in getClobberStringLiteral() function
DRecursiveASTVisitor.h1993 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getClobberStringLiteral(I));
/external/clang/lib/AST/
DStmt.cpp394 return getClobberStringLiteral(i)->getString(); in getClobber()
DStmtProfile.cpp179 VisitStringLiteral(S->getClobberStringLiteral(I)); in VisitGCCAsmStmt()
DStmtPrinter.cpp434 VisitStringLiteral(Node->getClobberStringLiteral(i)); in VisitGCCAsmStmt()
DASTImporter.cpp4838 Importer.Import(S->getClobberStringLiteral(I))); in VisitGCCAsmStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp265 Record.AddStmt(S->getClobberStringLiteral(I)); in VisitGCCAsmStmt()
/external/clang/lib/Sema/
DTreeTransform.h6571 Clobbers.push_back(S->getClobberStringLiteral(I)); in TransformGCCAsmStmt()