OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BlockCall
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
556
class
BlockCall
: public CallEvent {
560
BlockCall
(const CallExpr *CE, ProgramStateRef St,
563
BlockCall
(const
BlockCall
&Other) = default;
565
void cloneTo(void *Dest) const override { new (Dest)
BlockCall
(*this); }
654
StringRef getKindAsString() const override { return "
BlockCall
"; }
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
5648
Stmt *
BlockCall
= SynthesizeBlockCall(CE, CE->getCallee());
5649
ReplaceStmt(S,
BlockCall
);
5650
return
BlockCall
;
RewriteObjC.cpp
4752
Stmt *
BlockCall
= SynthesizeBlockCall(CE, CE->getCallee());
4753
ReplaceStmt(S,
BlockCall
);
4754
return
BlockCall
;
Completed in 44 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026