Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1595 const StringLiteral *getOutputConstraintLiteral(unsigned i) const { in getOutputConstraintLiteral() function
1598 StringLiteral *getOutputConstraintLiteral(unsigned i) { in getOutputConstraintLiteral() function
DRecursiveASTVisitor.h1975 TRY_TO(TraverseStmt(S->getOutputConstraintLiteral(I)));
/external/clang/lib/AST/
DStmtProfile.cpp169 VisitStringLiteral(S->getOutputConstraintLiteral(I)); in VisitGCCAsmStmt()
DStmt.cpp372 return getOutputConstraintLiteral(i)->getString(); in getOutputConstraint()
DStmtPrinter.cpp405 VisitStringLiteral(Node->getOutputConstraintLiteral(i)); in VisitGCCAsmStmt()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h1890 StmtQueue.queue(S->getOutputConstraintLiteral(I));
/external/clang/lib/Serialization/
DASTWriterStmt.cpp240 Writer.AddStmt(S->getOutputConstraintLiteral(I)); in VisitGCCAsmStmt()
/external/clang/lib/Sema/
DTreeTransform.h5695 Constraints.push_back(S->getOutputConstraintLiteral(I)); in TransformGCCAsmStmt()