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 774 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) {
795 if (getLangOpts().ObjC1 && &II == Ident_super && !InMessageExpression &&
    [all...]
ParseObjc.cpp     [all...]
Parser.cpp 465 Ident_super = &PP.getIdentifierTable().get("super");
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 93 AnalysisWarnings(*this), Ident_super(0)
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 104 /// Ident_super - IdentifierInfo for "super", to support fast
106 IdentifierInfo *Ident_super;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 103 milliseconds