Searched refs:getOutputExpr (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp388 const Expr *AsmStmt::getOutputExpr(unsigned i) const { function in class:AsmStmt
390 return gccAsmStmt->getOutputExpr(i);
392 return msAsmStmt->getOutputExpr(i);
439 Expr *GCCAsmStmt::getOutputExpr(unsigned i) { function in class:GCCAsmStmt
737 Expr *MSAsmStmt::getOutputExpr(unsigned i) { function in class:MSAsmStmt
H A DStmtPrinter.cpp437 Visit(Node->getOutputExpr(i));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2823 const Expr *getOutputExpr(unsigned i) const;
3027 Expr *getOutputExpr(unsigned i);
3029 const Expr *getOutputExpr(unsigned i) const { function in class:clang::GCCAsmStmt
3030 return const_cast<GCCAsmStmt*>(this)->getOutputExpr(i);
3188 Expr *getOutputExpr(unsigned i);
3190 const Expr *getOutputExpr(unsigned i) const {
3191 return const_cast<MSAsmStmt*>(this)->getOutputExpr(i);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2068 const Expr *OutExpr = S.getOutputExpr(i);
2145 const Expr *InputExpr = S.getOutputExpr(i);
2214 QualType OutputType = S.getOutputExpr(Output)->getType();
2389 const Expr *OutExpr = S.getOutputExpr(i);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp547 targetDiag(NS->getOutputExpr(i)->getBeginLoc(),
H A DTreeTransform.h7512 Expr *OutputExpr = S->getOutputExpr(I);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp297 Record.AddStmt(S->getOutputExpr(I));
337 Record.AddStmt(S->getOutputExpr(I));

Completed in 214 milliseconds