HomeSort by relevance Sort by last modified time
    Searched refs:Ident_super (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Parse/
ParseInit.cpp 233 if (Tok.is(tok::identifier) && Tok.getIdentifierInfo() == Ident_super &&
275 II == Ident_super,
ParseExpr.cpp 780 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) {
801 if (getLangOpts().ObjC1 && &II == Ident_super && !InMessageExpression &&
    [all...]
ParseObjc.cpp     [all...]
Parser.cpp 496 Ident_super = &PP.getIdentifierTable().get("super");
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 93 AnalysisWarnings(*this), CurScope(0), Ident_super(0), Ident___float128(0)
    [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 290 milliseconds