Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h153 void AddCFAuditedAttribute(Decl *D);
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1446 void SemaObjC::AddCFAuditedAttribute(Decl *D) { in AddCFAuditedAttribute() function in clang::SemaObjC
H A DSemaDecl.cpp10671 ObjC().AddCFAuditedAttribute(NewFD); in ActOnFunctionDeclarator()