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