Searched defs:TagName (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DARMBuildAttrs.cpp17 StringRef TagName; member in struct:__anon2328::__anon2329
82 auto TagName = ARMAttributeTags[TI].TagName; local
93 auto TagName = ARMAttributeTags[TI].TagName; local
H A DARMAttributeParser.cpp102 StringRef TagName = ARMBuildAttrs::AttrTypeAsString(Tag, /*TagPrefix*/false); local
119 StringRef TagName = ARMBuildAttrs::AttrTypeAsString(Tag, local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp321 const char *TagName = BrOnExn->getOperand(1).getSymbolName(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp457 actOnHTMLStartTagStart(SourceLocation LocBegin, StringRef TagName) argument
475 actOnHTMLEndTag(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h375 StringRef TagName; member in class:clang::comments::HTMLTagComment
378 HTMLTagComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName, SourceLocation TagNameBegin, SourceLocation TagNameEnd) argument
456 HTMLStartTagComment(SourceLocation LocBegin, StringRef TagName) argument
511 HTMLEndTagComment(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1145 StringRef TagName = dwarf::TagString(Abbrev.Tag); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2640 const char *TagName = nullptr, *FixitTagName = nullptr; local
2671 << TokenName << TagName; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp815 StringRef TagName = FixItTagName.drop_back(); local
823 << Name << TagName; local

Completed in 231 milliseconds