Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaObjC/
Dattr-ns_returns_retained.m18 __attribute__((ns_returns_retained)) int functionDecl(); // expected-warning {{'ns_returns_retaine… function
/external/llvm-project/clang/test/Index/Core/
Dindex-source.cpp432 void functionDecl() { } in functionDecl() function
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp783 const internal::VariadicDynCastAllOfMatcher<Decl, FunctionDecl> functionDecl; variable
/external/skqp/src/sksl/
DSkSLJIT.cpp846 const FunctionDeclaration& functionDecl = in appendStage() local
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h955 const internal::VariadicDynCastAllOfMatcher<Decl, FunctionDecl> functionDecl; variable