Home
last modified time | relevance | path

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

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