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/lib/AST/
NSAPI.cpp
17
: Ctx(ctx),
ClassIds
(), BOOLId(0), NSIntegerId(0), NSUIntegerId(0),
32
if (!
ClassIds
[K])
33
return (
ClassIds
[K] = &Ctx.Idents.get(ClassName[K]));
35
return
ClassIds
[K];
/external/clang/include/clang/AST/
NSAPI.h
196
mutable IdentifierInfo *
ClassIds
[NumClassIds];
Completed in 26 milliseconds