Searched refs:FunctionOrMethod (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAPINotes.cpp | 454 typedef llvm::PointerUnion<FunctionDecl *, ObjCMethodDecl *> FunctionOrMethod; typedef 458 static void ProcessAPINotes(Sema &S, FunctionOrMethod AnyFunc, in ProcessAPINotes() 553 ProcessAPINotes(S, (FunctionOrMethod)Method, Info, Metadata); in ProcessAPINotes() 561 ProcessAPINotes(S, FunctionOrMethod(D), in ProcessAPINotes() 591 ProcessAPINotes(S, FunctionOrMethod(D), in ProcessAPINotes()
|
H A D | SemaCodeComplete.cpp | 2824 const NamedDecl *FunctionOrMethod, in MaybeAddSentinel() argument 2826 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>()) in MaybeAddSentinel()
|
H A D | SemaDecl.cpp | 7546 const DeclContext *FunctionOrMethod = nullptr; in ActOnVariableDeclarator() local 7550 FunctionOrMethod = Ctxt; in ActOnVariableDeclarator() 7559 if (FunctionOrMethod) { in ActOnVariableDeclarator()
|