HomeSort by relevance Sort by last modified time
    Searched refs:getIdentifierTable (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/clang/lib/Parse/
Parser.cpp 461 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in");
462 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out");
463 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout");
464 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway");
465 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy");
466 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref");
467 ObjCTypeQuals[objc_nonnull] = &PP.getIdentifierTable().get("nonnull");
468 ObjCTypeQuals[objc_nullable] = &PP.getIdentifierTable().get("nullable");
470 = &PP.getIdentifierTable().get("null_unspecified");
478 Ident_super = &PP.getIdentifierTable().get("super")
    [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaCoroutine.cpp 35 LookupResult Result(S, &S.PP.getIdentifierTable().get("coroutine_traits"),
75 LookupResult R(S, &S.PP.getIdentifierTable().get("promise_type"), Loc,
147 &S.PP.getIdentifierTable().get("__promise"), T,
178 DeclarationNameInfo NameInfo(&S.PP.getIdentifierTable().get(Name), Loc);
SemaExprMember.cpp     [all...]
SemaPseudoObject.cpp 637 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(),
660 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName);
    [all...]
  /external/clang/lib/Frontend/
FrontendAction.cpp 396 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(),
503 CI.getPreprocessor().getIdentifierTable().PrintStats();
ChainedIncludesSource.cpp 175 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(),
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 214 PP.getIdentifierTable(), PP.getSelectorTable(),
  /frameworks/compile/slang/
slang.cpp 221 new clang::ASTContext(LangOpts, *mSourceMgr, mPP->getIdentifierTable(),
  /external/clang/include/clang/Lex/
Preprocessor.h 697 IdentifierTable &getIdentifierTable() { return Identifiers; }
698 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 700 IdentifierTable &getIdentifierTable() { return Identifiers; }
701 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
Preprocessor.h 733 IdentifierTable &getIdentifierTable() { return Identifiers; }
734 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
Preprocessor.h 733 IdentifierTable &getIdentifierTable() { return Identifiers; }
734 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
Preprocessor.h 736 IdentifierTable &getIdentifierTable() { return Identifiers; }
737 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
Preprocessor.h 736 IdentifierTable &getIdentifierTable() { return Identifiers; }
737 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
Preprocessor.h 736 IdentifierTable &getIdentifierTable() { return Identifiers; }
737 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
Preprocessor.h 736 IdentifierTable &getIdentifierTable() { return Identifiers; }
737 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 700 IdentifierTable &getIdentifierTable() { return Identifiers; }
701 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
Preprocessor.h 733 IdentifierTable &getIdentifierTable() { return Identifiers; }
734 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
Preprocessor.h 733 IdentifierTable &getIdentifierTable() { return Identifiers; }
734 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
Preprocessor.h 736 IdentifierTable &getIdentifierTable() { return Identifiers; }
737 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
Preprocessor.h 736 IdentifierTable &getIdentifierTable() { return Identifiers; }
737 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
Preprocessor.h 736 IdentifierTable &getIdentifierTable() { return Identifiers; }
737 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
Preprocessor.h 736 IdentifierTable &getIdentifierTable() { return Identifiers; }
737 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]

Completed in 850 milliseconds

1 2 3