clang  3.9.0
clang::MSAsmStmt Member List

This is the complete list of members for clang::MSAsmStmt, including all inherited members.

AsmLocclang::AsmStmtprotected
AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, unsigned numoutputs, unsigned numinputs, unsigned numclobbers)clang::AsmStmtinlineprotected
AsmStmt(StmtClass SC, EmptyShell Empty)clang::AsmStmtinlineexplicit
ASTStmtReader classclang::MSAsmStmtfriend
begin_inputs()clang::AsmStmtinline
begin_inputs() const clang::AsmStmtinline
begin_outputs()clang::AsmStmtinline
begin_outputs() const clang::AsmStmtinline
children()clang::MSAsmStmtinline
classof(const Stmt *T)clang::MSAsmStmtinlinestatic
const_inputs_iterator typedefclang::AsmStmt
const_outputs_iterator typedefclang::AsmStmt
end_inputs()clang::AsmStmtinline
end_inputs() const clang::AsmStmtinline
end_outputs()clang::AsmStmtinline
end_outputs() const clang::AsmStmtinline
Exprsclang::AsmStmtprotected
generateAsmString(const ASTContext &C) const clang::MSAsmStmt
getAllConstraints() const clang::MSAsmStmtinline
getAllExprs() const clang::MSAsmStmtinline
getAsmLoc() const clang::AsmStmtinline
getAsmString() const clang::MSAsmStmtinline
getAsmToks()clang::MSAsmStmtinline
getClobber(unsigned i) const clang::MSAsmStmtinline
getClobbers() const clang::MSAsmStmtinline
getEndLoc() const clang::MSAsmStmtinline
getInputConstraint(unsigned i) const clang::MSAsmStmtinline
getInputExpr(unsigned i)clang::MSAsmStmt
getInputExpr(unsigned i) const clang::MSAsmStmtinline
getLBraceLoc() const clang::MSAsmStmtinline
getLocEnd() const LLVM_READONLYclang::MSAsmStmtinline
getLocStart() const LLVM_READONLYclang::MSAsmStmtinline
getNumAsmToks()clang::MSAsmStmtinline
getNumClobbers() const clang::AsmStmtinline
getNumInputs() const clang::AsmStmtinline
getNumOutputs() const clang::AsmStmtinline
getNumPlusOperands() const clang::AsmStmt
getOutputConstraint(unsigned i) const clang::MSAsmStmtinline
getOutputExpr(unsigned i)clang::MSAsmStmt
getOutputExpr(unsigned i) const clang::MSAsmStmtinline
hasBraces() const clang::MSAsmStmtinline
inputs()clang::AsmStmtinline
inputs() const clang::AsmStmtinline
inputs_const_range typedefclang::AsmStmt
inputs_iterator typedefclang::AsmStmt
inputs_range typedefclang::AsmStmt
isOutputPlusConstraint(unsigned i) const clang::AsmStmtinline
IsSimpleclang::AsmStmtprotected
isSimple() const clang::AsmStmtinline
IsVolatileclang::AsmStmtprotected
isVolatile() const clang::AsmStmtinline
MSAsmStmt(const ASTContext &C, SourceLocation asmloc, SourceLocation lbraceloc, bool issimple, bool isvolatile, ArrayRef< Token > asmtoks, unsigned numoutputs, unsigned numinputs, ArrayRef< StringRef > constraints, ArrayRef< Expr * > exprs, StringRef asmstr, ArrayRef< StringRef > clobbers, SourceLocation endloc)clang::MSAsmStmt
MSAsmStmt(EmptyShell Empty)clang::MSAsmStmtinlineexplicit
NumClobbersclang::AsmStmtprotected
NumInputsclang::AsmStmtprotected
NumOutputsclang::AsmStmtprotected
outputs()clang::AsmStmtinline
outputs() const clang::AsmStmtinline
outputs_const_range typedefclang::AsmStmt
outputs_iterator typedefclang::AsmStmt
outputs_range typedefclang::AsmStmt
setAsmLoc(SourceLocation L)clang::AsmStmtinline
setEndLoc(SourceLocation L)clang::MSAsmStmtinline
setInputExpr(unsigned i, Expr *E)clang::MSAsmStmt
setLBraceLoc(SourceLocation L)clang::MSAsmStmtinline
setSimple(bool V)clang::AsmStmtinline
setVolatile(bool V)clang::AsmStmtinline