Lines Matching defs:ProcessAPINotes
250 static void ProcessAPINotes(Sema &S, Decl *D, in ProcessAPINotes() function
319 static void ProcessAPINotes(Sema &S, Decl *D, in ProcessAPINotes() function
363 static void ProcessAPINotes(Sema &S, Decl *D, in ProcessAPINotes() function
409 static void ProcessAPINotes(Sema &S, ParmVarDecl *D, in ProcessAPINotes() function
428 static void ProcessAPINotes(Sema &S, VarDecl *D, in ProcessAPINotes() function
437 static void ProcessAPINotes(Sema &S, ObjCPropertyDecl *D, in ProcessAPINotes() function
458 static void ProcessAPINotes(Sema &S, FunctionOrMethod AnyFunc, in ProcessAPINotes() function
550 static void ProcessAPINotes(Sema &S, CXXMethodDecl *Method, in ProcessAPINotes() function
557 static void ProcessAPINotes(Sema &S, FunctionDecl *D, in ProcessAPINotes() function
566 static void ProcessAPINotes(Sema &S, EnumConstantDecl *D, in ProcessAPINotes() function
575 static void ProcessAPINotes(Sema &S, ObjCMethodDecl *D, in ProcessAPINotes() function
596 static void ProcessAPINotes(Sema &S, TagDecl *D, const api_notes::TagInfo &Info, in ProcessAPINotes() function
646 static void ProcessAPINotes(Sema &S, TypedefNameDecl *D, in ProcessAPINotes() function
683 static void ProcessAPINotes(Sema &S, ObjCContainerDecl *D, in ProcessAPINotes() function
692 static void ProcessAPINotes(Sema &S, ObjCInterfaceDecl *D, in ProcessAPINotes() function
788 void Sema::ProcessAPINotes(Decl *D) { in ProcessAPINotes() function in Sema