Searched refs:getAttrName (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | Attributes.cpp | 119 normalizeName(getAttrName(), getScopeName(), getSyntax())); in getNormalizedFullName() 127 StringRef Name = normalizeAttrName(getAttrName(), Scope, Syntax); in calculateAttributeSpellingListIndex()
|
/openbsd/gnu/llvm/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 225 StringRef getAttrName() const { return attrName; } in getAttrName() function in __anonc2801f8c0211::Argument 509 OS << "bool " << getAttrName() << "Attr::is" << getUpperName() in writeAccessorDefinitions() 520 OS << "bool " << getAttrName() << "Attr::is" << getUpperName() in writeAccessorDefinitions() 940 << "(static_cast<" << getAttrName() << "Attr::" << type in writePCHReadDecls() 979 OS << "bool " << getAttrName() << "Attr::ConvertStrTo" << type in writeConversion() 986 OS << getAttrName() << "Attr::" << enums[I] << ")\n"; in writeConversion() 1004 OS << " case " << getAttrName() << "Attr::" << enums[I] in writeConversion() 1034 QualifiedTypeName = getAttrName().str() + "Attr::" + type; in VariadicEnumArgument() 1100 OS << "bool " << getAttrName() << "Attr::ConvertStrTo" << type in writeConversion() 1108 OS << getAttrName() << "Attr::" << enums[I] << ")\n"; in writeConversion() [all …]
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 131 const IdentifierInfo *getAttrName() const { return AttrName; } in getAttrName() function
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 1170 DB.AddTaggedVal(reinterpret_cast<uint64_t>(At.getAttrName()), 1177 DB.AddTaggedVal(reinterpret_cast<uint64_t>(At->getAttrName()), 1192 DB.AddTaggedVal(reinterpret_cast<uint64_t>(CI.getAttrName()), 1202 DB.AddTaggedVal(reinterpret_cast<uint64_t>(CI->getAttrName()),
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 4901 S.mergeAlwaysInlineAttr(D, AL, AL.getAttrName())) in handleAlwaysInlineAttr() 5578 bool IsPointer = AL.getAttrName()->getName() == "pointer_with_type_tag"; in handleArgumentWithTypeTagAttr() 8128 StringRef AttrName = AL.getAttrName()->getName(); in handleNoSanitizeSpecificAttr() 8180 << AL.getAttrName()->getName() << AL.getRange(); in handleOpenCLAccessAttr() 8200 if (AL.getAttrName()->getName().contains("read_write")) { in handleOpenCLAccessAttr() 8492 << AL.getAttrName()->getName() << ConflictingAttr->getAttrName()->getName() in handleEnforceTCBAttr() 8512 << ConflictingAttr->getAttrName()->getName() in mergeEnforceTCBAttrImpl() 8513 << AL.getAttrName()->getName() << TCBName; in mergeEnforceTCBAttrImpl()
|
H A D | SemaType.cpp | 92 StringRef name = attr.getAttrName()->getName(); in diagnoseBadTypeAttribute() 6919 StringRef name = attr.getAttrName()->getName(); in handleObjCOwnershipTypeAttr() 7567 " " + attr.getAttrName()->getName().str() + " "); in distributeNullabilityTypeAttr() 8249 StringRef AttrName = Attr.getAttrName()->getName(); in HandleOpenCLAccessAttr()
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 1320 << A.getAttrName()->getName(); in ParseLambdaExpressionAfterIntroducer()
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 4378 Record.AddIdentifierRef(A->getAttrName()); in AddAttr()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ASTImporter.cpp | 8770 const IdentifierInfo *ToAttrName = Importer.Import(FromAttr->getAttrName()); in importAttr()
|