OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ident_instancetype
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Parse/
ParseObjc.cpp
929
if (!
Ident_instancetype
)
930
Ident_instancetype
= PP.getIdentifierInfo("instancetype");
932
if (Tok.getIdentifierInfo() ==
Ident_instancetype
) {
[
all
...]
Parser.cpp
492
Ident_instancetype
= 0;
[
all
...]
/external/clang/include/clang/Parse/
Parser.h
117
mutable IdentifierInfo *
Ident_instancetype
;
[
all
...]
Completed in 982 milliseconds