OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PList
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
SemaDeclObjC.cpp
581
const ObjCList<ObjCProtocolDecl> &
PList
) {
584
for (ObjCList<ObjCProtocolDecl>::iterator I =
PList
.begin(),
585
E =
PList
.end(); I != E; ++I) {
623
ObjCList<ObjCProtocolDecl>
PList
;
624
PList
.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context);
626
ProtocolName, ProtocolLoc, PDecl->getLocation(),
PList
);
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 16 milliseconds