Home
last modified time | relevance | path

Searched refs:hasDeclarator (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAttr.h46 inline bool hasDeclarator(const Decl *D) { in hasDeclarator() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1823 } else if (getLangOpts().ObjCAutoRefCount && hasDeclarator(D) && in handleXReturnsXRetainedAttr()
2140 if (hasDeclarator(D)) in handleOwnershipAttr()
H A DSemaDeclAttr.cpp1827 if (hasDeclarator(D)) return; in handleNoReturnAttr()
4661 if (hasDeclarator(D)) return; in handleCallConvAttr()