Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp472 const Expr *AsmStmt::getInputExpr(unsigned i) const { in getInputExpr() function in AsmStmt
474 return gccAsmStmt->getInputExpr(i); in getInputExpr()
476 return msAsmStmt->getInputExpr(i); in getInputExpr()
518 Expr *GCCAsmStmt::getInputExpr(unsigned i) { in getInputExpr() function in GCCAsmStmt
833 Expr *MSAsmStmt::getInputExpr(unsigned i) { in getInputExpr() function in MSAsmStmt
H A DStmtPrinter.cpp536 Visit(Node->getInputExpr(i)); in VisitGCCAsmStmt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAsm.cpp578 targetDiag(NS->getInputExpr(i)->getBeginLoc(), in ActOnGCCAsmStmt()
597 targetDiag(NS->getInputExpr(i)->getBeginLoc(), in ActOnGCCAsmStmt()
600 targetDiag(NS->getInputExpr(InputMatchedToOutput[TiedTo])->getBeginLoc(), in ActOnGCCAsmStmt()
H A DTreeTransform.h7763 Expr *InputExpr = S->getInputExpr(I); in TransformGCCAsmStmt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h2952 const Expr *getInputExpr(unsigned i) const;
3170 Expr *getInputExpr(unsigned i);
3173 const Expr *getInputExpr(unsigned i) const { in getInputExpr() function
3174 return const_cast<GCCAsmStmt*>(this)->getInputExpr(i); in getInputExpr()
3316 Expr *getInputExpr(unsigned i);
3319 const Expr *getInputExpr(unsigned i) const { in getInputExpr() function
3320 return const_cast<MSAsmStmt*>(this)->getInputExpr(i); in getInputExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp2447 QualType InputTy = S.getInputExpr(InputNo)->getType(); in EmitAsmStmt()
2537 const Expr *InputExpr = S.getInputExpr(i); in EmitAsmStmt()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp311 Record.AddStmt(S->getInputExpr(I)); in VisitGCCAsmStmt()
350 Record.AddStmt(S->getInputExpr(I)); in VisitMSAsmStmt()