Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h501 StringRef MSAsmName; variable
533 bool isMSAsmLabel() const { return !MSAsmName.empty(); } in isMSAsmLabel()
536 StringRef getMSAsmLabel() const { return MSAsmName; } in getMSAsmLabel()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5352 MSAsmName = Buffer; in setMSAsmLabel()