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.cpp524 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 DSemaCodeComplete.cpp2954 const NamedDecl *FunctionOrMethod, in MaybeAddSentinel() argument
2956 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>()) in MaybeAddSentinel()
H A DSemaDecl.cpp7732 const DeclContext *FunctionOrMethod = nullptr; in ActOnVariableDeclarator() local
7736 FunctionOrMethod = Ctxt; in ActOnVariableDeclarator()
7745 if (FunctionOrMethod) { in ActOnVariableDeclarator()