Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp362 const Expr *AsmStmt::getInputExpr(unsigned i) const { in getInputExpr() function in AsmStmt
364 return gccAsmStmt->getInputExpr(i); in getInputExpr()
366 return msAsmStmt->getInputExpr(i); in getInputExpr()
408 Expr *GCCAsmStmt::getInputExpr(unsigned i) { in getInputExpr() function in GCCAsmStmt
680 Expr *MSAsmStmt::getInputExpr(unsigned i) { in getInputExpr() function in MSAsmStmt
DStmtPrinter.cpp422 Visit(Node->getInputExpr(i)); in VisitGCCAsmStmt()
/external/clang/include/clang/AST/
DStmt.h1490 const Expr *getInputExpr(unsigned i) const;
1703 Expr *getInputExpr(unsigned i);
1706 const Expr *getInputExpr(unsigned i) const { in getInputExpr() function
1707 return const_cast<GCCAsmStmt*>(this)->getInputExpr(i); in getInputExpr()
1804 Expr *getInputExpr(unsigned i);
1807 const Expr *getInputExpr(unsigned i) const { in getInputExpr() function
1808 return const_cast<MSAsmStmt*>(this)->getInputExpr(i); in getInputExpr()
/external/clang/lib/Sema/
DSemaStmtAsm.cpp432 return StmtError(Diag(NS->getInputExpr(i)->getLocStart(), in ActOnGCCAsmStmt()
449 Diag(NS->getInputExpr(i)->getLocStart(), in ActOnGCCAsmStmt()
452 Diag(NS->getInputExpr(InputMatchedToOutput[TiedTo])->getLocStart(), in ActOnGCCAsmStmt()
DTreeTransform.h6556 Expr *InputExpr = S->getInputExpr(I); in TransformGCCAsmStmt()
/external/llvm-project/clang/lib/AST/
DStmt.cpp465 const Expr *AsmStmt::getInputExpr(unsigned i) const { in getInputExpr() function in AsmStmt
467 return gccAsmStmt->getInputExpr(i); in getInputExpr()
469 return msAsmStmt->getInputExpr(i); in getInputExpr()
511 Expr *GCCAsmStmt::getInputExpr(unsigned i) { in getInputExpr() function in GCCAsmStmt
821 Expr *MSAsmStmt::getInputExpr(unsigned i) { in getInputExpr() function in MSAsmStmt
DStmtPrinter.cpp458 Visit(Node->getInputExpr(i)); in VisitGCCAsmStmt()
/external/llvm-project/clang/lib/Sema/
DSemaStmtAsm.cpp562 targetDiag(NS->getInputExpr(i)->getBeginLoc(), in ActOnGCCAsmStmt()
581 targetDiag(NS->getInputExpr(i)->getBeginLoc(), in ActOnGCCAsmStmt()
584 targetDiag(NS->getInputExpr(InputMatchedToOutput[TiedTo])->getBeginLoc(), in ActOnGCCAsmStmt()
DTreeTransform.h7546 Expr *InputExpr = S->getInputExpr(I); in TransformGCCAsmStmt()
/external/llvm-project/clang/include/clang/AST/
DStmt.h2887 const Expr *getInputExpr(unsigned i) const;
3105 Expr *getInputExpr(unsigned i);
3108 const Expr *getInputExpr(unsigned i) const { in getInputExpr() function
3109 return const_cast<GCCAsmStmt*>(this)->getInputExpr(i); in getInputExpr()
3251 Expr *getInputExpr(unsigned i);
3254 const Expr *getInputExpr(unsigned i) const { in getInputExpr() function
3255 return const_cast<MSAsmStmt*>(this)->getInputExpr(i); in getInputExpr()
/external/clang/lib/CodeGen/
DCGStmt.cpp1886 QualType InputTy = S.getInputExpr(InputNo)->getType(); in EmitAsmStmt()
1950 const Expr *InputExpr = S.getInputExpr(i); in EmitAsmStmt()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp2284 QualType InputTy = S.getInputExpr(InputNo)->getType(); in EmitAsmStmt()
2373 const Expr *InputExpr = S.getInputExpr(i); in EmitAsmStmt()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp308 Record.AddStmt(S->getInputExpr(I)); in VisitGCCAsmStmt()
347 Record.AddStmt(S->getInputExpr(I)); in VisitMSAsmStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp260 Record.AddStmt(S->getInputExpr(I)); in VisitGCCAsmStmt()
296 Record.AddStmt(S->getInputExpr(I)); in VisitMSAsmStmt()