OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MethodPool
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp
3428
GlobalMethodPool::iterator Pos =
MethodPool
.find(Method->getSelector());
3429
if (Pos ==
MethodPool
.end())
3430
Pos =
MethodPool
.insert(std::make_pair(Method->getSelector(),
3503
GlobalMethodPool::iterator Pos =
MethodPool
.find(Sel);
3504
if (Pos ==
MethodPool
.end())
3550
GlobalMethodPool::iterator Pos =
MethodPool
.find(Sel);
3553
if (Pos ==
MethodPool
.end())
3566
GlobalMethodPool::iterator Pos =
MethodPool
.find(Sel);
3567
if (Pos ==
MethodPool
.end())
3635
GlobalMethodPool::iterator Pos =
MethodPool
.find(Sel)
[
all
...]
SemaCodeComplete.cpp
7529
if (Sel.isNull() || SemaRef.
MethodPool
.count(Sel))
7536
for (Sema::GlobalMethodPool::iterator M = SemaRef.
MethodPool
.begin(),
7537
MEnd = SemaRef.
MethodPool
.end();
7701
if (Sel.isNull() ||
MethodPool
.count(Sel))
7708
for (GlobalMethodPool::iterator M =
MethodPool
.begin(),
7709
MEnd =
MethodPool
.end();
7772
if (Sel.isNull() ||
MethodPool
.count(Sel))
7783
for (GlobalMethodPool::iterator M =
MethodPool
.begin(),
7784
MEnd =
MethodPool
.end();
9092
if (Sel.isNull() ||
MethodPool
.count(Sel)
[
all
...]
SemaExprObjC.cpp
1215
for (Sema::GlobalMethodPool::iterator b = S.
MethodPool
.begin(),
1216
e = S.
MethodPool
.end(); b != e; b++) {
1260
auto Iter = S.
MethodPool
.find(Sel);
1261
if (Iter == S.
MethodPool
.end())
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
3104
if (SemaRef.
MethodPool
.empty() && SelectorIDs.empty())
3118
Sema::GlobalMethodPool::iterator F = SemaRef.
MethodPool
.find(S);
3124
if (F != SemaRef.
MethodPool
.end()) {
3153
SmallString<4096>
MethodPool
;
3159
llvm::raw_svector_ostream Out(
MethodPool
);
3177
Stream.EmitRecordWithBlob(MethodPoolAbbrev, Record,
MethodPool
);
ASTReader.cpp
4014
= S.
MethodPool
.find(Method->getSelector());
4015
if (Known == S.
MethodPool
.end())
8226
= S.
MethodPool
.insert(std::make_pair(Sel, Sema::GlobalMethods())).first;
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
1424
GlobalMethodPool
MethodPool
;
Completed in 65 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026