HomeSort by: relevance | last modified time | path
    Searched refs:Ident_super (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseInit.cpp 253 if (Tok.is(tok::identifier) && Tok.getIdentifierInfo() == Ident_super &&
292 getCurScope(), II, IILoc, II == Ident_super,
ParseExpr.cpp 1155 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) {
1158 if (Tok.is(tok::code_completion) && &II != Ident_super) {
1182 if (getLangOpts().ObjC && &II == Ident_super && !InMessageExpression &&
2991 Tok.getIdentifierInfo() == Ident_super &&
ParseObjc.cpp 3037 if (Tok.is(tok::identifier) && Tok.getIdentifierInfo() == Ident_super &&
3064 Name == Ident_super,
Parser.cpp 502 Ident_super = &PP.getIdentifierTable().get("super");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 185 CurScope(nullptr), Ident_super(nullptr), Ident___float128(nullptr) {
2436 if (!Ident_super)
2437 Ident_super = &Context.Idents.get("super");
2438 return Ident_super;
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 118 /// Ident_super - IdentifierInfo for "super", to support fast
120 IdentifierInfo *Ident_super;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 12675 mutable IdentifierInfo *Ident_super;

Completed in 44 milliseconds