Home
last modified time | relevance | path

Searched defs:functionDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dattr-ns_returns_retained.m16 __attribute__((ns_returns_retained)) int functionDecl(void); // expected-warning {{'ns_returns_ret… function
/llvm-project/clang/test/Index/Core/
H A Dindex-source.cpp434 void functionDecl() { } in functionDecl() function
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp808 const internal::VariadicDynCastAllOfMatcher<Decl, FunctionDecl> functionDecl; global() variable