OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CategoryName
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexDiagnostic.cpp
340
CXString
CategoryName
= clang_getDiagnosticCategoryText(Diagnostic);
345
Out << clang_getCString(
CategoryName
);
348
clang_disposeString(
CategoryName
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp
1805
IdentifierInfo *
CategoryName
, SourceLocation CategoryLoc,
1817
CategoryName
== nullptr)) {
1822
ClassLoc, CategoryLoc,
CategoryName
,
1832
if (!
CategoryName
&& IDecl->getImplementation()) {
1838
if (
CategoryName
) {
1841
= IDecl->FindCategoryDeclaration(
CategoryName
)) {
1844
<< ClassName <<
CategoryName
;
1853
CategoryName
1860
<< (
CategoryName
!= nullptr)
1869
ClassLoc, CategoryLoc,
CategoryName
, IDecl
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp
447
StringRef
CategoryName
,
2784
StringRef
CategoryName
,
3168
const std::string
CategoryName
= "AnotherHack";
3169
Elements.add(MakeConstantString(
CategoryName
));
3173
ClassName,
CategoryName
, {}, false), PtrTy);
3176
ClassName,
CategoryName
, {}, true), PtrTy);
3257
std::string
CategoryName
= OCD->getNameAsString();
3264
Elements.add(MakeConstantString(
CategoryName
));
3271
GenerateMethodList(ClassName,
CategoryName
, InstanceMethods, false),
3279
GenerateMethodList(ClassName,
CategoryName
, ClassMethods, true)
[
all
...]
Completed in 42 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026