Home
last modified time | relevance | path

Searched refs:isUsedAsTypeAttr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1842 } else if (AL.isUsedAsTypeAttr()) { in handleXReturnsXRetainedAttr()
1900 if (AL.isUsedAsTypeAttr()) in handleXReturnsXRetainedAttr()
H A DSemaDeclAttr.cpp5292 if (AL.isUsedAsTypeAttr()) in handleNullableTypeAttr()
5988 if (AL.isUsedAsTypeAttr()) in handleAcquireHandleAttr()
6594 if (!AL.isUsedAsTypeAttr()) in ProcessDeclAttribute()
7212 if (AL.isUsedAsTypeAttr() || AL.isInvalid()) in checkUnusedDeclAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h374 bool isUsedAsTypeAttr() const { return UsedAsTypeAttr; } in isUsedAsTypeAttr() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1269 if (!AL.isUsedAsTypeAttr()) { in takeDeclAttributes()