Searched refs:MSAsm (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | Stmt.h | 1223 bool MSAsm; variable 1255 bool isMSAsm() const { return MSAsm; } in isMSAsm() 1256 void setMSAsm(bool V) { MSAsm = V; } in setMSAsm()
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 455 , IsSimple(issimple), IsVolatile(isvolatile), MSAsm(msasm) in AsmStmt()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 1905 SourceLocation RParenLoc, bool MSAsm) { in ActOnAsmStmt() argument 2010 new (Context) AsmStmt(Context, AsmLoc, IsSimple, IsVolatile, MSAsm, in ActOnAsmStmt()
|
D | TreeTransform.h | 1123 bool MSAsm) { in RebuildAsmStmt() argument 1127 RParenLoc, MSAsm); in RebuildAsmStmt()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2065 bool MSAsm = false);
|