Home
last modified time | relevance | path

Searched refs:isClosure (Results 1 – 6 of 6) 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
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp1112 if (Ctx->isClosure()) in getInnermostBlockDecl()
DASTDiagnostic.cpp448 } else if (DC->isClosure()) { in FormatASTNodeDiagnosticArgument()
/external/clang/lib/AST/
DASTDiagnostic.cpp416 } else if (DC->isClosure()) { in FormatASTNodeDiagnosticArgument()
/external/clang/lib/Sema/
DSemaExpr.cpp2516 if (CurContext->isClosure()) in LookupInObjCMethod()