OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sels
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
NSAPI.cpp
351
Selector *
Sels
;
354
Sels
= NSNumberInstanceSelectors;
357
Sels
= NSNumberClassSelectors;
361
if (
Sels
[MK].isNull())
362
Sels
[MK] = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(Names[MK]));
363
return
Sels
[MK];
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ExternalSemaSource.h
156
SmallVectorImpl<std::pair<Selector, SourceLocation> > &
Sels
) {}
MultiplexExternalSemaSource.h
294
SourceLocation> > &
Sels
) override;
/src/external/apache2/llvm/dist/clang/lib/Sema/
MultiplexExternalSemaSource.cpp
283
SmallVectorImpl<std::pair<Selector, SourceLocation> > &
Sels
) {
285
Sources[i]->ReadReferencedSelectors(
Sels
);
SemaDeclObjC.cpp
5237
SmallVector<std::pair<Selector, SourceLocation>, 4>
Sels
;
5238
ExternalSource->ReadReferencedSelectors(
Sels
);
5239
for (unsigned I = 0, N =
Sels
.size(); I != N; ++I)
5240
ReferencedSelectors[
Sels
[I].first] =
Sels
[I].second;
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp
240
Selector
Sels
[] = {
252
for (Selector KnownSel :
Sels
)
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp
7762
int64_t
Sels
[8];
7772
if (getParser().parseAbsoluteExpression(
Sels
[i]))
7774
if (0 >
Sels
[i] || 7 <
Sels
[i]) {
7785
DPP8 |= (
Sels
[i] << (i * 3));
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h
2021
SmallVectorImpl<std::pair<Selector, SourceLocation>> &
Sels
) override;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
8346
SmallVectorImpl<std::pair<Selector, SourceLocation>> &
Sels
) {
8358
Sels
.push_back(std::make_pair(Sel, SelLoc));
Completed in 94 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026