Searched refs:attrName (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 206 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() argument 221 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() argument 241 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() argument 257 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() argument 275 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() argument 288 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() argument 727 ParsedAttr *create(IdentifierInfo *attrName, SourceRange attrRange, 745 ParsedAttr *create(IdentifierInfo *attrName, SourceRange attrRange, in create() argument 759 ParsedAttr *create(IdentifierInfo *attrName, SourceRange attrRange, in create() argument 783 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 206 StringRef attrName; member in __anon981586b50211::Argument 212 : lowerName(std::string(Arg)), upperName(lowerName), attrName(Attr), in Argument() 230 StringRef getAttrName() const { return attrName; } in getAttrName()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 306 static bool LocPropertyAttribute( ASTContext &Context, const char *attrName, in LocPropertyAttribute() argument 327 if (Tok.is(tok::raw_identifier) && Tok.getRawIdentifier() == attrName) { in LocPropertyAttribute()
|