Home
last modified time | relevance | path

Searched defs:isClosure (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DDeclBase.h1247 bool isClosure() const { in isClosure() function
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1848 bool isClosure() const { return getDeclKind() == Decl::Block; } in isClosure() function