Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp481 const Expr *AsmStmt::getInputExpr(unsigned i) const { in getInputExpr() function in AsmStmt
483 return gccAsmStmt->getInputExpr(i); in getInputExpr()
485 return msAsmStmt->getInputExpr(i); in getInputExpr()
551 Expr *GCCAsmStmt::getInputExpr(unsigned i) { in getInputExpr() function in GCCAsmStmt
881 Expr *MSAsmStmt::getInputExpr(unsigned i) { in getInputExpr() function in MSAsmStmt
H A DStmtPrinter.cpp548 Visit(Node->getInputExpr(i)); in VisitGCCAsmStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp622 targetDiag(NS->getInputExpr(i)->getBeginLoc(), in ActOnGCCAsmStmt()
641 targetDiag(NS->getInputExpr(i)->getBeginLoc(), in ActOnGCCAsmStmt()
644 targetDiag(NS->getInputExpr(InputMatchedToOutput[TiedTo])->getBeginLoc(), in ActOnGCCAsmStmt()
H A DTreeTransform.h8664 Expr *InputExpr = S->getInputExpr(I); in TransformGCCAsmStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3282 const Expr *getInputExpr(unsigned i) const;
3499 Expr *getInputExpr(unsigned i);
3502 const Expr *getInputExpr(unsigned i) const {
3503 return const_cast<GCCAsmStmt*>(this)->getInputExpr(i);
3642 Expr *getInputExpr(unsigned i);
3645 const Expr *getInputExpr(unsigned i) const {
3646 return const_cast<MSAsmStmt*>(this)->getInputExpr(i);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2947 QualType InputTy = S.getInputExpr(InputNo)->getType(); in EmitAsmStmt()
3036 const Expr *InputExpr = S.getInputExpr(i); in EmitAsmStmt()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp376 Record.AddStmt(S->getInputExpr(I)); in VisitGCCAsmStmt()
418 Record.AddStmt(S->getInputExpr(I)); in VisitMSAsmStmt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10710 {"_ZN5clang7AsmStmt12getInputExprEj", "clang::AsmStmt::getInputExpr(unsigned int)"},