Searched defs:attrName (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 219 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() 234 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() 255 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() 271 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() 289 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() 302 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() 765 ParsedAttr *create(IdentifierInfo *attrName, SourceRange attrRange, in create() 781 ParsedAttr *create(IdentifierInfo *attrName, SourceRange attrRange, in create() 794 createTypeTagForDatatype(IdentifierInfo *attrName, SourceRange attrRange, in createTypeTagForDatatype() 805 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 306 static bool LocPropertyAttribute( ASTContext &Context, const char *attrName, in LocPropertyAttribute()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 207 StringRef attrName; member in __anone44e3aff0211::Argument
|