OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CategoryName
(Results
1 - 3
of
3
) sorted by null
/external/clang/tools/libclang/
CIndexDiagnostic.cpp
154
CXString
CategoryName
= clang_getDiagnosticCategoryName(CategoryID);
159
Out << clang_getCString(
CategoryName
);
162
clang_disposeString(
CategoryName
);
/external/clang/lib/Sema/
SemaDeclObjC.cpp
762
IdentifierInfo *
CategoryName
,
777
ClassLoc, CategoryLoc,
CategoryName
);
783
if (!
CategoryName
&& IDecl->getImplementation()) {
790
ClassLoc, CategoryLoc,
CategoryName
);
796
if (!
CategoryName
)
802
if (
CategoryName
) {
807
if (CDeclChain->getIdentifier() ==
CategoryName
) {
810
<< ClassName <<
CategoryName
;
[
all
...]
/external/clang/lib/CodeGen/
CGObjCGNU.cpp
344
const llvm::StringRef &
CategoryName
,
654
const llvm::StringRef &
CategoryName
, const Selector MethodName,
660
CategoryName
+ "_" + MethodNameColonStripped).str();
[
all
...]
Completed in 2094 milliseconds