Searched refs:attrName (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h282 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, argument
286 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc,
298 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, argument
305 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc,
319 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, argument
323 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc,
336 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, argument
340 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc,
355 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, argument
358 : AttributeCommonInfo(attrName, scopeNam
368 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierInfo *getterId, IdentifierInfo *setterId, Syntax syntaxUsed) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp199 StringRef attrName; member in class:__anon2433::Argument
206 upperName(lowerName), attrName(Attr), isOpt(false), Fake(false) {
221 StringRef getAttrName() const { return attrName; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp313 static bool LocPropertyAttribute( ASTContext &Context, const char *attrName, argument
334 if (Tok.is(tok::raw_identifier) && Tok.getRawIdentifier() == attrName) {

Completed in 219 milliseconds