OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBlockDecl
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h
363
const BlockDecl *
getBlockDecl
() const { return BD; }
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.h
276
const BlockDecl *
getBlockDecl
() const { return Block; }
279
assert(BlockExpression->
getBlockDecl
() == Block);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
5903
const BlockDecl *
getBlockDecl
() const { return TheBlock; }
5904
BlockDecl *
getBlockDecl
() { return TheBlock; }
Completed in 73 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026