Lines Matching defs:ProcessAPINotes

253 static void ProcessAPINotes(Sema &S, Decl *D,
322 static void ProcessAPINotes(Sema &S, Decl *D,
345 ProcessAPINotes(S, D, static_cast<const api_notes::CommonEntityInfo &>(Info),
366 static void ProcessAPINotes(Sema &S, Decl *D,
407 ProcessAPINotes(S, D, static_cast<const api_notes::CommonEntityInfo &>(Info),
412 static void ProcessAPINotes(Sema &S, ParmVarDecl *D,
433 ProcessAPINotes(S, D, static_cast<const api_notes::VariableInfo &>(Info),
438 static void ProcessAPINotes(Sema &S, VarDecl *D,
442 ProcessAPINotes(S, D, static_cast<const api_notes::VariableInfo &>(Info),
447 static void ProcessAPINotes(Sema &S, FieldDecl *D,
451 ProcessAPINotes(S, D, static_cast<const api_notes::VariableInfo &>(Info),
456 static void ProcessAPINotes(Sema &S, ObjCPropertyDecl *D,
460 ProcessAPINotes(S, D, static_cast<const api_notes::VariableInfo &>(Info),
477 static void ProcessAPINotes(Sema &S, FunctionOrMethod AnyFunc,
504 ProcessAPINotes(S, Param, Info.Params[I], Metadata);
569 ProcessAPINotes(S, D, static_cast<const api_notes::CommonEntityInfo &>(Info),
574 static void ProcessAPINotes(Sema &S, CXXMethodDecl *Method,
592 ProcessAPINotes(S, (FunctionOrMethod)Method, Info, Metadata);
596 static void ProcessAPINotes(Sema &S, FunctionDecl *D,
600 ProcessAPINotes(S, FunctionOrMethod(D),
605 static void ProcessAPINotes(Sema &S, EnumConstantDecl *D,
609 ProcessAPINotes(S, D, static_cast<const api_notes::CommonEntityInfo &>(Info),
614 static void ProcessAPINotes(Sema &S, ObjCMethodDecl *D,
630 ProcessAPINotes(S, FunctionOrMethod(D),
635 static void ProcessAPINotes(Sema &S, TagDecl *D, const api_notes::TagInfo &Info,
689 ProcessAPINotes(S, D, static_cast<const api_notes::CommonTypeInfo &>(Info),
694 static void ProcessAPINotes(Sema &S, TypedefNameDecl *D,
726 ProcessAPINotes(S, D, static_cast<const api_notes::CommonTypeInfo &>(Info),
731 static void ProcessAPINotes(Sema &S, ObjCContainerDecl *D,
735 ProcessAPINotes(S, D, static_cast<const api_notes::CommonTypeInfo &>(Info),
740 static void ProcessAPINotes(Sema &S, ObjCInterfaceDecl *D,
760 ProcessAPINotes(S, static_cast<clang::ObjCContainerDecl *>(D), Info,
809 /// Just dispatches to the various ProcessAPINotes functions in this file.
829 ProcessAPINotes(S, D, InfoSlice,
894 void Sema::ProcessAPINotes(Decl *D) {