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

/external/clang/lib/AST/
H A DStmt.cpp362 const Expr *AsmStmt::getInputExpr(unsigned i) const { function in class:AsmStmt
364 return gccAsmStmt->getInputExpr(i);
366 return msAsmStmt->getInputExpr(i);
408 Expr *GCCAsmStmt::getInputExpr(unsigned i) { function in class:GCCAsmStmt
680 Expr *MSAsmStmt::getInputExpr(unsigned i) { function in class:MSAsmStmt
H A DStmtPrinter.cpp422 Visit(Node->getInputExpr(i));
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp432 return StmtError(Diag(NS->getInputExpr(i)->getLocStart(),
449 Diag(NS->getInputExpr(i)->getLocStart(),
452 Diag(NS->getInputExpr(InputMatchedToOutput[TiedTo])->getLocStart(),
H A DTreeTransform.h6556 Expr *InputExpr = S->getInputExpr(I);
/external/clang/include/clang/AST/
H A DStmt.h1490 const Expr *getInputExpr(unsigned i) const;
1703 Expr *getInputExpr(unsigned i);
1706 const Expr *getInputExpr(unsigned i) const { function in class:clang::GCCAsmStmt
1707 return const_cast<GCCAsmStmt*>(this)->getInputExpr(i);
1804 Expr *getInputExpr(unsigned i);
1807 const Expr *getInputExpr(unsigned i) const {
1808 return const_cast<MSAsmStmt*>(this)->getInputExpr(i);
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1886 QualType InputTy = S.getInputExpr(InputNo)->getType();
1950 const Expr *InputExpr = S.getInputExpr(i);
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp260 Record.AddStmt(S->getInputExpr(I));
296 Record.AddStmt(S->getInputExpr(I));

Completed in 550 milliseconds