OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selIdent
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Parse/
ParseObjc.cpp
547
IdentifierInfo *
SelIdent
= ParseObjCSelectorPiece(SelLoc);
549
if (!
SelIdent
) {
558
DS.setSetterName(
SelIdent
);
566
DS.setGetterName(
SelIdent
);
868
IdentifierInfo *
SelIdent
= ParseObjCSelectorPiece(selLoc);
871
if (!
SelIdent
&& Tok.isNot(tok::colon)) { // missing selector name.
885
Selector Sel = PP.getSelectorTable().getNullarySelector(
SelIdent
);
929
KeyIdents.push_back(
SelIdent
);
950
KeyIdents.push_back(
SelIdent
);
969
SelIdent
= ParseObjCSelectorPiece(Loc)
[
all
...]
/external/clang/lib/Sema/
SemaStmt.cpp
[
all
...]
Completed in 1022 milliseconds