HomeSort by: relevance | last modified time | path
    Searched refs:blockDecl (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCAutoreleaseWriteChecker.cpp 225 blockDecl(HasParamAndWritesInMarkedFuncM)));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 35 CGBlockInfo::CGBlockInfo(const BlockDecl *block, StringRef name)
85 const BlockDecl::Capture *CI;
92 const BlockDecl::Capture &CI,
344 const BlockDecl::Capture *Capture; // null for 'this'
350 const BlockDecl::Capture *capture,
504 const BlockDecl::Capture &CI) {
525 const BlockDecl *block = info.getBlockDecl();
900 const BlockDecl *blockDecl = blockInfo.getBlockDecl();
903 if (blockDecl->capturesCXXThis())
    [all...]
CGBlocks.h 246 const BlockDecl *Block;
276 const BlockDecl *getBlockDecl() const { return Block; }
283 CGBlockInfo(const BlockDecl *blockDecl, StringRef Name);
CGDebugInfo.cpp 3924 if (isa<BlockDecl>(D))
4550 const BlockDecl::Capture *Capture;
4602 const BlockDecl *blockDecl = block.getBlockDecl();
4605 SourceLocation loc = blockDecl->getCaretLocation();
4611 getDeclContextDescriptor(blockDecl);
4625 if (blockDecl->capturesCXXThis()) {
4634 for (const auto &capture : blockDecl->captures()) {
4654 const BlockDecl::Capture *capture = Chunk.Capture;
4660 cast_or_null<CXXMethodDecl>(blockDecl->getNonClosureContext())
    [all...]
CGObjCMac.cpp 2429 const BlockDecl *blockDecl = blockInfo.getBlockDecl();
2437 for (const auto &CI : blockDecl->captures()) {
2953 const BlockDecl *blockDecl = blockInfo.getBlockDecl();
2966 for (const auto &CI : blockDecl->captures()) {
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 151 REGISTER_MATCHER(blockDecl);
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 821 const internal::VariadicDynCastAllOfMatcher<Decl, BlockDecl>
822 blockDecl;
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 1589 extern const internal::VariadicDynCastAllOfMatcher<Decl, BlockDecl>
1590 blockDecl;
3921 /// Usable as: Matcher<BlockDecl>, Matcher<CXXBaseSpecifier>,
3932 BlockDecl, CXXBaseSpecifier, CXXCtorInitializer, CXXFunctionalCastExpr,
4665 BlockDecl),
4846 if (const auto *Decl = dyn_cast_or_null<BlockDecl>(Context))
4882 /// the matcher blockDecl(hasAnyParameter(hasName("y")))
4888 BlockDecl),
7612 /// whereas declStmt(forCallable(blockDecl()))
7635 } else if (const auto *BlockDeclNode = CurNode.get<BlockDecl>()) {
    [all...]

Completed in 46 milliseconds