OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefinedNonLazyCategories
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
121
///
DefinedNonLazyCategories
- List of defined "non-lazy" categories.
122
SmallVector<ObjCCategoryDecl *, 8>
DefinedNonLazyCategories
;
7247
if (!
DefinedNonLazyCategories
.empty()) {
7251
for (unsigned i = 0, e =
DefinedNonLazyCategories
.size(); i < e; i++) {
7254
DefinedNonLazyCategories
[i]->getClassInterface()->getNameAsString();
7256
Result +=
DefinedNonLazyCategories
[i]->getNameAsString();
7348
DefinedNonLazyCategories
.push_back(CDecl);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp
917
///
DefinedNonLazyCategories
- List of defined "non-lazy" categories.
918
SmallVector<llvm::GlobalValue*, 16>
DefinedNonLazyCategories
;
6293
AddModuleClassList(
DefinedNonLazyCategories
, "OBJC_LABEL_NONLAZY_CATEGORY_$",
6783
DefinedNonLazyCategories
.push_back(GCATV);
Completed in 82 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026