OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClassIds
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
NSAPI.h
235
mutable IdentifierInfo *
ClassIds
[NumClassIds];
/external/clang/lib/AST/
NSAPI.cpp
19
: Ctx(ctx),
ClassIds
(), BOOLId(nullptr), NSIntegerId(nullptr),
37
if (!
ClassIds
[K])
38
return (
ClassIds
[K] = &Ctx.Idents.get(ClassName[K]));
40
return
ClassIds
[K];
Completed in 2892 milliseconds