Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp966 Label->setMSAsmLabel(OS.str()); in GetOrCreateMSAsmLabel()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h506 void setMSAsmLabel(StringRef Name);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4811 void LabelDecl::setMSAsmLabel(StringRef Name) { in setMSAsmLabel() function in LabelDecl