OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjCForCollectionStmt
(Results
1 - 25
of
34
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtObjC.cpp
20
ObjCForCollectionStmt
::
ObjCForCollectionStmt
(Stmt *Elem, Expr *Collect,
ParentMap.cpp
209
return DirectChild == cast<
ObjCForCollectionStmt
>(P)->getCollection();
StmtPrinter.cpp
334
void StmtPrinter::VisitObjCForCollectionStmt(
ObjCForCollectionStmt
*Node) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
UndefBranchChecker.cpp
64
if (isa<
ObjCForCollectionStmt
>(Condition))
TraversalChecker.cpp
40
const Stmt *Parent = dyn_cast<
ObjCForCollectionStmt
>(Condition);
BasicObjCFoundationChecks.cpp
809
: public Checker<check::PostStmt<
ObjCForCollectionStmt
>,
820
void checkPostStmt(const
ObjCForCollectionStmt
*FCS, CheckerContext &C) const;
857
const
ObjCForCollectionStmt
*FCS) {
882
const
ObjCForCollectionStmt
*FCS) {
946
const
ObjCForCollectionStmt
*FCS,
957
const
ObjCForCollectionStmt
*FCS) {
976
void ObjCLoopChecker::checkPostStmt(const
ObjCForCollectionStmt
*FCS,
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
SourceExtraction.cpp
41
if (const auto *ObjCFor = dyn_cast<
ObjCForCollectionStmt
>(S))
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp
48
const
ObjCForCollectionStmt
*S, const Stmt *elem, SVal elementV,
83
void ExprEngine::VisitObjCForCollectionStmt(const
ObjCForCollectionStmt
*S,
88
// handles the case where an
ObjCForCollectionStmt
* occurs as one of the
102
// be affixed to the
ObjCForCollectionStmt
* instead of 0/1; when the loop
Environment.cpp
89
assert(!isa<
ObjCForCollectionStmt
>(S) &&
BugReporter.cpp
688
if (cast<
ObjCForCollectionStmt
>(Parent)->getBody() == S)
1064
const auto *FC = cast<
ObjCForCollectionStmt
>(Term);
1107
if (const auto *FS = dyn_cast_or_null<
ObjCForCollectionStmt
>(S))
1224
// Add an edge. If this is an
ObjCForCollectionStmt
do
1227
if (!isa<
ObjCForCollectionStmt
>(PS->getStmt())) {
1249
else if (const auto *OFS = dyn_cast<
ObjCForCollectionStmt
>(Loop)) {
1285
if (isa<
ObjCForCollectionStmt
>(Term)) {
1387
return cast<
ObjCForCollectionStmt
>(S)->getElement() == Cond;
1544
isa<IfStmt>(s1Start) || isa<
ObjCForCollectionStmt
>(s1Start) ||
1899
const auto *FS = dyn_cast_or_null<
ObjCForCollectionStmt
>(level3)
[
all
...]
ExprEngine.cpp
1781
VisitObjCForCollectionStmt(cast<
ObjCForCollectionStmt
>(S), Pred, Dst);
2138
std::pair<const
ObjCForCollectionStmt
*, const LocationContext *>;
2143
ProgramStateRef State, const
ObjCForCollectionStmt
*O,
2151
const
ObjCForCollectionStmt
*O,
2158
const
ObjCForCollectionStmt
*O,
2170
if (const auto *ObjCFor = dyn_cast<
ObjCForCollectionStmt
>(Condition)) {
2260
assert(!isa<
ObjCForCollectionStmt
>(Condition));
2266
assert(!isa<
ObjCForCollectionStmt
>(Condition));;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtObjC.h
23
class
ObjCForCollectionStmt
: public Stmt {
29
ObjCForCollectionStmt
(Stmt *Elem, Expr *Collect, Stmt *Body,
31
explicit
ObjCForCollectionStmt
(EmptyShell Empty) :
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h
64
class
ObjCForCollectionStmt
;
520
///
ObjCForCollectionStmt
.
521
void VisitObjCForCollectionStmt(const
ObjCForCollectionStmt
*S,
878
const
ObjCForCollectionStmt
*O,
882
removeIterationState(ProgramStateRef State, const
ObjCForCollectionStmt
*O,
886
const
ObjCForCollectionStmt
*O,
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp
129
bool VisitObjCForCollectionStmt(
ObjCForCollectionStmt
*S) {
/src/external/apache2/llvm/dist/clang/lib/Analysis/
LiveVariables.cpp
168
void VisitObjCForCollectionStmt(
ObjCForCollectionStmt
*OS);
394
void TransferFunctions::VisitObjCForCollectionStmt(
ObjCForCollectionStmt
*OS) {
UninitializedValues.cpp
492
void VisitObjCForCollectionStmt(
ObjCForCollectionStmt
*FS);
689
void TransferFunctions::VisitObjCForCollectionStmt(
ObjCForCollectionStmt
*FS) {
CFG.cpp
596
CFGBlock *VisitObjCForCollectionStmt(
ObjCForCollectionStmt
*S);
2290
return VisitObjCForCollectionStmt(cast<
ObjCForCollectionStmt
>(S));
3528
CFGBlock *CFGBuilder::VisitObjCForCollectionStmt(
ObjCForCollectionStmt
*S) {
3541
// 1.
ObjCForCollectionStmt
[performs binding to newVariable]
3542
// T.
ObjCForCollectionStmt
TB, FB [jumps to TB if newVariable != nil]
3557
// the same except that for one
ObjCForCollectionStmt
::getElement() returns
3576
// The last statement in the block should be the
ObjCForCollectionStmt
, which
5947
if (isa<
ObjCForCollectionStmt
>(Cond) || isa<DeclStmt>(Cond))
5950
// Only
ObjCForCollectionStmt
is known not to be a non-Expr terminator, hence
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp
97
ObjCForCollectionStmt
,
266
DEFINE_NESTABLE_TRAVERSAL(
ObjCForCollectionStmt
)
286
return PGOHash::
ObjCForCollectionStmt
;
602
void VisitObjCForCollectionStmt(const
ObjCForCollectionStmt
*S) {
CoverageMappingGen.cpp
1242
void VisitObjCForCollectionStmt(const
ObjCForCollectionStmt
*S) {
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
363
Stmt *RewriteObjCForCollectionStmt(
ObjCForCollectionStmt
*S,
1609
if (Stmts.empty() || !isa<
ObjCForCollectionStmt
>(Stmts.back()))
1639
if (Stmts.empty() || !isa<
ObjCForCollectionStmt
>(Stmts.back()))
1684
Stmt *RewriteModernObjC::RewriteObjCForCollectionStmt(
ObjCForCollectionStmt
*S,
1686
assert(!Stmts.empty() && "
ObjCForCollectionStmt
- Statement stack empty");
1687
assert(isa<
ObjCForCollectionStmt
>(Stmts.back()) &&
1688
"
ObjCForCollectionStmt
Statement stack mismatch");
1690
"
ObjCForCollectionStmt
- Label No stack empty");
5430
if (const
ObjCForCollectionStmt
* CS =
5431
dyn_cast<
ObjCForCollectionStmt
>(Stmts.back())
[
all
...]
RewriteObjC.cpp
306
Stmt *RewriteObjCForCollectionStmt(
ObjCForCollectionStmt
*S,
1418
if (Stmts.empty() || !isa<
ObjCForCollectionStmt
>(Stmts.back()))
1435
if (Stmts.empty() || !isa<
ObjCForCollectionStmt
>(Stmts.back()))
1480
Stmt *RewriteObjC::RewriteObjCForCollectionStmt(
ObjCForCollectionStmt
*S,
1482
assert(!Stmts.empty() && "
ObjCForCollectionStmt
- Statement stack empty");
1483
assert(isa<
ObjCForCollectionStmt
>(Stmts.back()) &&
1484
"
ObjCForCollectionStmt
Statement stack mismatch");
1486
"
ObjCForCollectionStmt
- Label No stack empty");
4556
if (const
ObjCForCollectionStmt
* CS =
4557
dyn_cast<
ObjCForCollectionStmt
>(Stmts.back())
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp
322
auto *CS = cast<
ObjCForCollectionStmt
>(S);
SemaAvailability.cpp
594
return cast<
ObjCForCollectionStmt
>(Parent)->getBody() == S;
SemaStmt.cpp
2018
void VisitObjCForCollectionStmt(const
ObjCForCollectionStmt
*S) {
2321
return new (Context)
ObjCForCollectionStmt
(First, CollectionExprResult.get(),
3026
ObjCForCollectionStmt
* ForStmt = cast<
ObjCForCollectionStmt
>(S);
3220
if (isa<
ObjCForCollectionStmt
>(S))
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
1561
void ASTStmtReader::VisitObjCForCollectionStmt(
ObjCForCollectionStmt
*S) {
3091
S = new (Context)
ObjCForCollectionStmt
(Empty);
Completed in 629 milliseconds
1
2
Indexes created Sat Jun 13 00:24:39 UTC 2026