Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributes.cpp15 bool hasTagPrefix) { in attrTypeAsString() argument
21 return hasTagPrefix ? tagName : tagName.drop_front(4); in attrTypeAsString()
26 bool hasTagPrefix = tag.starts_with("Tag_"); in attrTypeFromString() local
28 find_if(tagNameMap, [tag, hasTagPrefix](const TagNameItem item) { in attrTypeFromString()
29 return item.tagName.drop_front(hasTagPrefix ? 0 : 4) == tag; in attrTypeFromString()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DELFAttributes.h30 bool hasTagPrefix = true);