Home
last modified time | relevance | path

Searched defs:blockDecl (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
DCGBlocks.cpp756 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in EmitBlockLiteral() local
1144 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateBlockFunction() local
1372 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateCopyHelperFunction() local
1543 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateDestroyHelperFunction() local
DCGObjCMac.cpp2105 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in visitBlock() local
2597 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in BuildRCBlockLayout() local
DCGDebugInfo.cpp3356 const BlockDecl *blockDecl = block.getBlockDecl(); in EmitDeclareOfBlockLiteralArgVariable() local
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.cpp900 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in EmitBlockLiteral() local
1444 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateBlockFunction() local
DCGObjCMac.cpp2407 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in visitBlock() local
2931 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in fillRunSkipBlockVars() local
DCGDebugInfo.cpp4472 const BlockDecl *blockDecl = block.getBlockDecl(); in EmitDeclareOfBlockLiteralArgVariable() local
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp813 blockDecl; variable