Home
last modified time | relevance | path

Searched refs:getInputExpr (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmt.cpp473 const Expr *AsmStmt::getInputExpr(unsigned i) const { in getInputExpr() function in AsmStmt
475 return gccAsmStmt->getInputExpr(i); in getInputExpr()
477 return msAsmStmt->getInputExpr(i); in getInputExpr()
519 Expr *GCCAsmStmt::getInputExpr(unsigned i) { in getInputExpr() function in GCCAsmStmt
834 Expr *MSAsmStmt::getInputExpr(unsigned i) { in getInputExpr() function in MSAsmStmt
H A DStmtPrinter.cpp537 Visit(Node->getInputExpr(i)); in VisitGCCAsmStmt()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAsm.cpp584 targetDiag(NS->getInputExpr(i)->getBeginLoc(), in ActOnGCCAsmStmt()
603 targetDiag(NS->getInputExpr(i)->getBeginLoc(), in ActOnGCCAsmStmt()
606 targetDiag(NS->getInputExpr(InputMatchedToOutput[TiedTo])->getBeginLoc(), in ActOnGCCAsmStmt()
H A DTreeTransform.h7874 Expr *InputExpr = S->getInputExpr(I); in TransformGCCAsmStmt()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmt.h2964 const Expr *getInputExpr(unsigned i) const;
3182 Expr *getInputExpr(unsigned i);
3185 const Expr *getInputExpr(unsigned i) const { in getInputExpr() function
3186 return const_cast<GCCAsmStmt*>(this)->getInputExpr(i); in getInputExpr()
3328 Expr *getInputExpr(unsigned i);
3331 const Expr *getInputExpr(unsigned i) const { in getInputExpr() function
3332 return const_cast<MSAsmStmt*>(this)->getInputExpr(i); in getInputExpr()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp2458 QualType InputTy = S.getInputExpr(InputNo)->getType(); in EmitAsmStmt()
2548 const Expr *InputExpr = S.getInputExpr(i); in EmitAsmStmt()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp311 Record.AddStmt(S->getInputExpr(I)); in VisitGCCAsmStmt()
350 Record.AddStmt(S->getInputExpr(I)); in VisitMSAsmStmt()