Searched refs:FunctionOrMethod (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAPINotes.cpp | 524 typedef llvm::PointerUnion<FunctionDecl *, ObjCMethodDecl *> FunctionOrMethod; typedef 528 static void ProcessAPINotes(Sema &S, FunctionOrMethod AnyFunc, in ProcessAPINotes() 643 ProcessAPINotes(S, (FunctionOrMethod)Method, Info, Metadata); in ProcessAPINotes() 651 ProcessAPINotes(S, FunctionOrMethod(D), in ProcessAPINotes() 681 ProcessAPINotes(S, FunctionOrMethod(D), in ProcessAPINotes()
|
| H A D | SemaCodeComplete.cpp | 2954 const NamedDecl *FunctionOrMethod, in MaybeAddSentinel() argument 2956 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>()) in MaybeAddSentinel()
|
| H A D | SemaDecl.cpp | 7732 const DeclContext *FunctionOrMethod = nullptr; in ActOnVariableDeclarator() local 7736 FunctionOrMethod = Ctxt; in ActOnVariableDeclarator() 7745 if (FunctionOrMethod) { in ActOnVariableDeclarator()
|