Searched defs:MSAsm (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DStmt.h1369 bool MSAsm; member in class:clang::AsmStmt
1401 bool isMSAsm() const { return MSAsm; }
1402 void setMSAsm(bool V) { MSAsm = V; }
/external/clang/lib/Sema/
H A DSemaStmt.cpp2170 SourceLocation RParenLoc, bool MSAsm) {
2275 new (Context) AsmStmt(Context, AsmLoc, IsSimple, IsVolatile, MSAsm,
2165 ActOnAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg constraints, MultiExprArg exprs, Expr *asmString, MultiExprArg clobbers, SourceLocation RParenLoc, bool MSAsm) argument
H A DTreeTransform.h1175 bool MSAsm) {
1179 RParenLoc, MSAsm);
1164 RebuildAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg Constraints, MultiExprArg Exprs, Expr *AsmString, MultiExprArg Clobbers, SourceLocation RParenLoc, bool MSAsm) argument

Completed in 126 milliseconds