Home
last modified time | relevance | path

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

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