Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h472 StringRef MSAsmName; variable
504 bool isMSAsmLabel() const { return !MSAsmName.empty(); } in isMSAsmLabel()
507 StringRef getMSAsmLabel() const { return MSAsmName; } in getMSAsmLabel()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4815 MSAsmName = Buffer; in setMSAsmLabel()