OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCollection
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtObjC.h
35
Expr *
getCollection
() {
41
const Expr *
getCollection
() const {
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp
130
Expr *Exp = S->
getCollection
();
/src/external/apache2/llvm/dist/clang/lib/AST/
ParentMap.cpp
209
return DirectChild == cast<ObjCForCollectionStmt>(P)->
getCollection
();
StmtPrinter.cpp
341
PrintExpr(Node->
getCollection
());
ASTImporter.cpp
6420
auto ToCollection = importChecked(Err, S->
getCollection
());
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp
112
const Stmt *collection = S->
getCollection
();
BugReporter.cpp
1900
if (FS && FS->
getCollection
()->IgnoreParens() == s2Start &&
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp
861
SVal CollectionVal = C.getSVal(FCS->
getCollection
());
887
if (!isKnownNonNilCollectionType(FCS->
getCollection
()->getType()))
951
SymbolRef CollectionS = C.getSVal(FCS->
getCollection
()).getAsSymbol();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp
1756
Collection = EmitARCRetainScalarExpr(S.
getCollection
());
1759
EmitObjCConsumeObject(S.
getCollection
()->getType(), Collection);
1761
Collection = EmitScalarExpr(S.
getCollection
());
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
1440
Record.AddStmt(S->
getCollection
());
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp
3633
return addStmt(S->
getCollection
());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp
2023
if (const Stmt *Collection = S->
getCollection
())
TreeTransform.h
8067
ExprResult Collection = getDerived().TransformExpr(S->
getCollection
());
8079
Collection.get() == S->
getCollection
() &&
Completed in 101 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026