Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp134 return Label->getMSAsmLabel(); in LookupInlineAsmLabel()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h536 StringRef getMSAsmLabel() const { return MSAsmName; } in getMSAsmLabel() function