Lines Matching refs:ProcessAPINotes
250 static void ProcessAPINotes(Sema &S, Decl *D, in ProcessAPINotes() function
319 static void ProcessAPINotes(Sema &S, Decl *D, in ProcessAPINotes() function
342 ProcessAPINotes(S, D, static_cast<const api_notes::CommonEntityInfo &>(Info), in ProcessAPINotes()
363 static void ProcessAPINotes(Sema &S, Decl *D, in ProcessAPINotes() function
404 ProcessAPINotes(S, D, static_cast<const api_notes::CommonEntityInfo &>(Info), in ProcessAPINotes()
409 static void ProcessAPINotes(Sema &S, ParmVarDecl *D, in ProcessAPINotes() function
423 ProcessAPINotes(S, D, static_cast<const api_notes::VariableInfo &>(Info), in ProcessAPINotes()
428 static void ProcessAPINotes(Sema &S, VarDecl *D, in ProcessAPINotes() function
432 ProcessAPINotes(S, D, static_cast<const api_notes::VariableInfo &>(Info), in ProcessAPINotes()
437 static void ProcessAPINotes(Sema &S, ObjCPropertyDecl *D, in ProcessAPINotes() function
441 ProcessAPINotes(S, D, static_cast<const api_notes::VariableInfo &>(Info), in ProcessAPINotes()
458 static void ProcessAPINotes(Sema &S, FunctionOrMethod AnyFunc, in ProcessAPINotes() function
485 ProcessAPINotes(S, Param, Info.Params[I], Metadata); in ProcessAPINotes()
545 ProcessAPINotes(S, D, static_cast<const api_notes::CommonEntityInfo &>(Info), in ProcessAPINotes()
550 static void ProcessAPINotes(Sema &S, CXXMethodDecl *Method, in ProcessAPINotes() function
553 ProcessAPINotes(S, (FunctionOrMethod)Method, Info, Metadata); in ProcessAPINotes()
557 static void ProcessAPINotes(Sema &S, FunctionDecl *D, in ProcessAPINotes() function
561 ProcessAPINotes(S, FunctionOrMethod(D), in ProcessAPINotes()
566 static void ProcessAPINotes(Sema &S, EnumConstantDecl *D, in ProcessAPINotes() function
570 ProcessAPINotes(S, D, static_cast<const api_notes::CommonEntityInfo &>(Info), in ProcessAPINotes()
575 static void ProcessAPINotes(Sema &S, ObjCMethodDecl *D, in ProcessAPINotes() function
591 ProcessAPINotes(S, FunctionOrMethod(D), in ProcessAPINotes()
596 static void ProcessAPINotes(Sema &S, TagDecl *D, const api_notes::TagInfo &Info, in ProcessAPINotes() function
641 ProcessAPINotes(S, D, static_cast<const api_notes::CommonTypeInfo &>(Info), in ProcessAPINotes()
646 static void ProcessAPINotes(Sema &S, TypedefNameDecl *D, in ProcessAPINotes() function
678 ProcessAPINotes(S, D, static_cast<const api_notes::CommonTypeInfo &>(Info), in ProcessAPINotes()
683 static void ProcessAPINotes(Sema &S, ObjCContainerDecl *D, in ProcessAPINotes() function
687 ProcessAPINotes(S, D, static_cast<const api_notes::CommonTypeInfo &>(Info), in ProcessAPINotes()
692 static void ProcessAPINotes(Sema &S, ObjCInterfaceDecl *D, in ProcessAPINotes() function
712 ProcessAPINotes(S, static_cast<clang::ObjCContainerDecl *>(D), Info, in ProcessAPINotes()
781 ProcessAPINotes(S, D, InfoSlice, in ProcessVersionedAPINotes()
788 void Sema::ProcessAPINotes(Decl *D) { in ProcessAPINotes() function in Sema