Home
last modified time | relevance | path

Searched refs:setMSAsm (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DStmt.h1256 void setMSAsm(bool V) { MSAsm = V; } in setMSAsm() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp263 S->setMSAsm(Record[Idx++]); in VisitAsmStmt()