Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h1065 void handleOwnershipAttr(Decl *D, const ParsedAttr &AL);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2139 void SemaObjC::handleOwnershipAttr(Decl *D, const ParsedAttr &AL) { in handleOwnershipAttr() function in clang::SemaObjC
H A DSemaDeclAttr.cpp1448 static void handleOwnershipAttr(Sema &S, Decl *D, const ParsedAttr &AL) { in handleOwnershipAttr() function
6579 handleOwnershipAttr(S, D, AL); in ProcessDeclAttribute()
6604 S.ObjC().handleOwnershipAttr(D, AL); in ProcessDeclAttribute()