/external/clang/lib/Parse/ |
D | Parser.cpp | 461 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize() 462 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize() 463 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize() 464 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize() 465 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy"); in Initialize() 466 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize() 467 ObjCTypeQuals[objc_nonnull] = &PP.getIdentifierTable().get("nonnull"); in Initialize() 468 ObjCTypeQuals[objc_nullable] = &PP.getIdentifierTable().get("nullable"); in Initialize() 470 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize() 478 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize() [all …]
|
D | ParseDeclCXX.cpp | 2016 Ident_final = &PP.getIdentifierTable().get("final"); in isCXX11VirtSpecifier() 2018 Ident_sealed = &PP.getIdentifierTable().get("sealed"); in isCXX11VirtSpecifier() 2019 Ident_override = &PP.getIdentifierTable().get("override"); in isCXX11VirtSpecifier() 3642 return &PP.getIdentifierTable().get(Spelling); in TryParseCXX11AttributeIdentifier()
|
D | ParseObjc.cpp | 775 PP.getIdentifierTable(), PP.getSelectorTable(), in ParseObjCInterfaceDeclList() 1037 IdentifierInfo *II = &PP.getIdentifierTable().get(ThisTok.data()); in ParseObjCSelectorPiece()
|
D | ParseExprCXX.cpp | 2360 II = &PP.getIdentifierTable().get(Literal.getUDSuffix()); in ParseUnqualifiedIdOperator()
|
/external/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 35 LookupResult Result(S, &S.PP.getIdentifierTable().get("coroutine_traits"), in lookupPromiseType() 75 LookupResult R(S, &S.PP.getIdentifierTable().get("promise_type"), Loc, in lookupPromiseType() 147 &S.PP.getIdentifierTable().get("__promise"), T, in checkCoroutineContext() 178 DeclarationNameInfo NameInfo(&S.PP.getIdentifierTable().get(Name), Loc); in buildMemberCall()
|
D | SemaPseudoObject.cpp | 637 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter() 660 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName); in findSetter()
|
D | SemaExprMember.cpp | 1545 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr() 1594 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
|
D | SemaStmt.cpp | 1928 IdentifierInfo *II = &SemaRef.PP.getIdentifierTable().get(Name); in BuildForRangeVarDecl() 2041 &SemaRef.PP.getIdentifierTable().get("begin"), ColonLoc); in BuildNonArrayForRange() 2042 DeclarationNameInfo EndNameInfo(&SemaRef.PP.getIdentifierTable().get("end"), in BuildNonArrayForRange()
|
D | SemaExprCXX.cpp | 473 IdentifierInfo *TypeInfoII = &PP.getIdentifierTable().get("type_info"); in ActOnCXXTypeid() 598 IdentifierInfo *GuidII = &PP.getIdentifierTable().get("_GUID"); in ActOnCXXUuidof() 2341 &PP.getIdentifierTable().get("bad_alloc"), in DeclareGlobalNewDelete()
|
D | SemaExprObjC.cpp | 1836 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in HandleExprPropertyRefExpr() 2004 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in ActOnClassPropertyRefExpr()
|
D | SemaDeclCXX.cpp | 7514 &PP.getIdentifierTable().get("std"), in getOrCreateStdNamespace() 7557 &PP.getIdentifierTable().get("initializer_list") || in isStdInitializerList() 7589 LookupResult Result(S, &S.PP.getIdentifierTable().get("initializer_list"), in LookupStdInitializerList()
|
D | SemaDeclAttr.cpp | 1422 Module = &S.PP.getIdentifierTable().get(ModuleName); in handleOwnershipAttr()
|
D | SemaOpenMP.cpp | 621 IdentifierInfo *II = &SemaRef.PP.getIdentifierTable().get(Name); in buildVarDecl()
|
/external/clang/lib/Frontend/ |
D | FrontendAction.cpp | 396 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in BeginSourceFile() 503 CI.getPreprocessor().getIdentifierTable().PrintStats(); in EndSourceFile()
|
D | ChainedIncludesSource.cpp | 175 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in createChainedIncludesSource()
|
D | CompilerInstance.cpp | 401 PP.getIdentifierTable(), PP.getSelectorTable(), in createASTContext()
|
D | ASTUnit.cpp | 705 PP.getIdentifierTable(), PP.getSelectorTable(), in LoadFromASTFile()
|
/external/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 214 PP.getIdentifierTable(), PP.getSelectorTable(), in PragmaOpenCLExtensionCall()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 697 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() function 698 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() function
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 799 II = &Reader.getIdentifierTable().getOwn(k); in ReadData() 2655 PP.getIdentifierTable().setExternalIdentifierLookup(this); in ReadASTBlock() 3562 auto &II = PP.getIdentifierTable().getOwn(Key); in ReadAST() 3603 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(), in ReadAST() 3604 IdEnd = PP.getIdentifierTable().end(); in ReadAST() 7484 auto &II = PP.getIdentifierTable().get(StringRef(Str, StrLen)); in DecodeIdentifierInfo() 8217 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable() function in ASTReader 8218 return PP.getIdentifierTable(); in getIdentifierTable()
|
D | ASTWriter.cpp | 2157 for (auto &Id : PP.getIdentifierTable()) in WritePreprocessor() 3309 for (const auto &ID : PP.getIdentifierTable()) in WriteIdentifierTable() 4376 for (const auto &ID : PP.getIdentifierTable()) { in WriteASTCore()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 1184 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty() 1207 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 2116 IdentifierTable &getIdentifierTable();
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 6664 PP.getIdentifierTable().get(Tok.getRawIdentifier()); in annotatePreprocessorTokens() 7892 IdentifierInfo &II = PP.getIdentifierTable().get(Tok.getRawIdentifier()); in checkForMacroInMacroDefinition()
|