OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blockDecl
(Results
1 - 3
of
3
) sorted by relevancy
/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
...]
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()) {
Completed in 38 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026