OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ident_super
(Results
1 - 7
of
7
) sorted by null
/external/clang/lib/Parse/
ParseInit.cpp
215
if (Tok.is(tok::identifier) && Tok.getIdentifierInfo() ==
Ident_super
&&
257
II ==
Ident_super
,
ParseExpr.cpp
739
(&II ==
Ident_super
&& getCurScope()->isInObjcMethodScope()))) {
760
if (getLangOpts().ObjC1 && &II ==
Ident_super
&& !InMessageExpression &&
[
all
...]
ParseObjc.cpp
[
all
...]
Parser.cpp
444
Ident_super
= &PP.getIdentifierTable().get("super");
[
all
...]
/external/clang/lib/Sema/
Sema.cpp
107
Ident_super
(nullptr), Ident___float128(nullptr)
[
all
...]
/external/clang/include/clang/Parse/
Parser.h
106
///
Ident_super
- IdentifierInfo for "super", to support fast
108
IdentifierInfo *
Ident_super
;
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 217 milliseconds