Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaObjC.h1049 void handleDirectAttr(Decl *D, const ParsedAttr &AL);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjC.cpp1612 void SemaObjC::handleDirectAttr(Decl *D, const ParsedAttr &AL) { in handleDirectAttr() function in clang::SemaObjC
HDSemaDeclAttr.cpp6719 S.ObjC().handleDirectAttr(D, AL); in ProcessDeclAttribute()