Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h1048 void handleReturnsInnerPointerAttr(Decl *D, const ParsedAttr &Attrs);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1944 void SemaObjC::handleReturnsInnerPointerAttr(Decl *D, const ParsedAttr &Attrs) { in handleReturnsInnerPointerAttr() function in clang::SemaObjC
H A DSemaDeclAttr.cpp7374 S.ObjC().handleReturnsInnerPointerAttr(D, AL); in ProcessDeclAttribute()