Home
last modified time | relevance | path

Searched refs:setMSAsmLabel (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp881 Label->setMSAsmLabel(OS.str()); in GetOrCreateMSAsmLabel()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h505 void setMSAsmLabel(StringRef Name);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp4385 void LabelDecl::setMSAsmLabel(StringRef Name) { in setMSAsmLabel() function in LabelDecl