Home
last modified time | relevance | path

Searched refs:FunctionOrMethod (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp454 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 DSemaCodeComplete.cpp2824 const NamedDecl *FunctionOrMethod, in MaybeAddSentinel() argument
2826 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>()) in MaybeAddSentinel()
H A DSemaDecl.cpp7546 const DeclContext *FunctionOrMethod = nullptr; in ActOnVariableDeclarator() local
7550 FunctionOrMethod = Ctxt; in ActOnVariableDeclarator()
7559 if (FunctionOrMethod) { in ActOnVariableDeclarator()