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

  /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...]
ParseObjc.cpp 789 PP.getIdentifierTable(), PP.getSelectorTable(),
    [all...]
ParseExprCXX.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...]
SemaStmt.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaExprCXX.cpp 473 IdentifierInfo *TypeInfoII = &PP.getIdentifierTable().get("type_info");
557 IdentifierInfo *GuidII = &PP.getIdentifierTable().get("_GUID");
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaOpenMP.cpp 534 IdentifierInfo *II = &SemaRef.PP.getIdentifierTable().get(Name);
    [all...]
  /external/clang/lib/Frontend/
FrontendAction.cpp 378 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(),
485 CI.getPreprocessor().getIdentifierTable().PrintStats();
ChainedIncludesSource.cpp 175 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(),
CompilerInstance.cpp 395 PP.getIdentifierTable(), PP.getSelectorTable(),
    [all...]
ASTUnit.cpp 705 PP.getIdentifierTable(), PP.getSelectorTable(),
    [all...]
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 214 PP.getIdentifierTable(), PP.getSelectorTable(),
  /frameworks/compile/slang/
slang.cpp 225 new clang::ASTContext(LangOpts, *mSourceMgr, mPP->getIdentifierTable(),
  /external/clang/include/clang/Lex/
Preprocessor.h 690 IdentifierTable &getIdentifierTable() { return Identifiers; }
691 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 784 II = &Reader.getIdentifierTable().getOwn(k);
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 441 milliseconds