Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp528 static void ProcessAPINotes(Sema &S, FunctionOrMethod AnyFunc, in ProcessAPINotes() argument
532 FunctionDecl *FD = dyn_cast<FunctionDecl *>(AnyFunc); in ProcessAPINotes()
536 MD = cast<ObjCMethodDecl *>(AnyFunc); in ProcessAPINotes()