Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h427 StringRef MSAsmName; variable
459 bool isMSAsmLabel() const { return MSAsmName.size() != 0; } in isMSAsmLabel()
462 StringRef getMSAsmLabel() const { return MSAsmName; } in getMSAsmLabel()
/external/clang/lib/AST/
DDecl.cpp4000 MSAsmName = Buffer; in setMSAsmLabel()