OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CategoryLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp
472
SourceLocation
CategoryLoc
= D->getCategoryNameLoc();
473
if (!
CategoryLoc
.isValid())
474
CategoryLoc
= D->getLocation();
475
TRY_TO(IndexCtx.handleDecl(D,
CategoryLoc
));
490
SourceLocation
CategoryLoc
= D->getCategoryNameLoc();
491
if (!
CategoryLoc
.isValid())
492
CategoryLoc
= D->getLocation();
493
TRY_DECL(D, IndexCtx.handleDecl(D,
CategoryLoc
));
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp
748
SourceLocation
CategoryLoc
= D->IsClassExtension() ? ClassLoc
770
return handleObjCContainer(D,
CategoryLoc
, getCursor(D), CatDInfo);
781
SourceLocation
CategoryLoc
= D->getCategoryNameLoc();
799
return handleObjCContainer(D,
CategoryLoc
, getCursor(D), CatDInfo);
Completed in 18 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026