Searched defs:InputExpr (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaStmtAsm.cpp | 381 Expr *InputExpr = Exprs[i]; ActOnGCCAsmStmt() local |
H A D | TreeTransform.h | 4746 Expr *InputExpr = Input.getSourceExpression(); TransformTemplateArgument() local |
H A D | SemaExpr.cpp | 15235 CreateBuiltinUnaryOp(SourceLocation OpLoc,UnaryOperatorKind Opc,Expr * InputExpr,bool IsAfterAmp) CreateBuiltinUnaryOp() argument |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGStmt.cpp | 2391 EmitAsmInput(const TargetInfo::ConstraintInfo & Info,const Expr * InputExpr,std::string & ConstraintStr) EmitAsmInput() argument |