| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 499 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize() 500 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize() 501 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize() 502 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize() 503 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy"); in Initialize() 504 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize() 505 ObjCTypeQuals[objc_nonnull] = &PP.getIdentifierTable().get("nonnull"); in Initialize() 506 ObjCTypeQuals[objc_nullable] = &PP.getIdentifierTable().get("nullable"); in Initialize() 508 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize() 520 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize() [all …]
|
| H A D | ParseDeclCXX.cpp | 2575 Ident_final = &PP.getIdentifierTable().get("final"); in isCXX11VirtSpecifier() 2577 Ident_GNU_final = &PP.getIdentifierTable().get("__final"); in isCXX11VirtSpecifier() 2579 Ident_sealed = &PP.getIdentifierTable().get("sealed"); in isCXX11VirtSpecifier() 2580 Ident_abstract = &PP.getIdentifierTable().get("abstract"); in isCXX11VirtSpecifier() 2582 Ident_override = &PP.getIdentifierTable().get("override"); in isCXX11VirtSpecifier() 4491 return &PP.getIdentifierTable().get("_Clang"); in TryParseCXX11AttributeIdentifier() 4516 return &PP.getIdentifierTable().get(Spelling); in TryParseCXX11AttributeIdentifier()
|
| H A D | ParseObjc.cpp | 814 PP.getIdentifierTable(), PP.getSelectorTable(), in ParseObjCInterfaceDeclList() 1086 IdentifierInfo *II = &PP.getIdentifierTable().get(ThisTok); in ParseObjCSelectorPiece()
|
| H A D | ParseExprCXX.cpp | 2857 II = &PP.getIdentifierTable().get(Literal.getUDSuffix()); in ParseUnqualifiedIdOperator()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 106 LookupResult R(S, &S.PP.getIdentifierTable().get("promise_type"), KwLoc, in lookupPromiseType() 149 LookupResult Result(S, &S.PP.getIdentifierTable().get("coroutine_handle"), in lookupCoroutineHandleType() 275 LookupResult Found(S, &S.PP.getIdentifierTable().get("from_address"), Loc, in buildCoroutineHandle() 304 DeclarationNameInfo NameInfo(&S.PP.getIdentifierTable().get(Name), Loc); in buildMemberCall() 495 &PP.getIdentifierTable().get("__promise"), T, in buildCoroutinePromise() 1014 LookupResult Result(S, &S.PP.getIdentifierTable().get("nothrow"), Loc, in buildStdNoThrowDeclRef() 1785 &S.PP.getIdentifierTable().get("__coro_gro"), GroType, in makeGroDeclAndReturnStmt() 1930 PP.getIdentifierTable().get("coroutine_traits"); in lookupCoroutineTraits()
|
| H A D | SemaPseudoObject.cpp | 650 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter() 674 &S.PP.getIdentifierTable().get(PropertyName); in findSetter()
|
| H A D | SemaExprMember.cpp | 1571 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr() 1623 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
|
| H A D | SemaStmt.cpp | 2319 IdentifierInfo *II = &SemaRef.PP.getIdentifierTable().get(Name); in BuildForRangeVarDecl() 2428 &SemaRef.PP.getIdentifierTable().get("begin"), ColonLoc); in BuildNonArrayForRange() 2429 DeclarationNameInfo EndNameInfo(&SemaRef.PP.getIdentifierTable().get("end"), in BuildNonArrayForRange()
|
| H A D | SemaRISCV.cpp | 463 PP.getIdentifierTable().get("__builtin_rvv_" + IDef.BuiltinName); in CreateRVVIntrinsicDecl()
|
| H A D | SemaExprObjC.cpp | 2068 SemaRef.PP.getIdentifierTable(), SemaRef.PP.getSelectorTable(), Member); in HandleExprPropertyRefExpr() 2226 SemaRef.PP.getIdentifierTable(), SemaRef.PP.getSelectorTable(), in ActOnClassPropertyRefExpr()
|
| H A D | SemaOpenMP.cpp | 1557 IdentifierInfo *II = &SemaRef.PP.getIdentifierTable().get(Name); in buildVarDecl() 14204 &SemaRef.PP.getIdentifierTable().get(TileCntName)); in ActOnOpenMPTileDirective() 14554 InnerIVDecl->setDeclName(&SemaRef.PP.getIdentifierTable().get(InnerIVName)); in ActOnOpenMPUnrollDirective() 14787 &SemaRef.PP.getIdentifierTable().get(ReversedIVName)); in ActOnOpenMPReverseDirective() 14958 &SemaRef.PP.getIdentifierTable().get(PermutedCntName)); in ActOnOpenMPInterchangeDirective() 15540 IdentifierInfo *II = &S.PP.getIdentifierTable().get("omp_allocator_handle_t"); in findOMPAllocatorHandleT() 19629 IdentifierInfo *II = &S.PP.getIdentifierTable().get("omp_depend_t"); in findOMPDependT() 21872 IdentifierInfo *II = &S.PP.getIdentifierTable().get("omp_event_handle_t"); in findOMPEventHandleT() 22968 IdentifierInfo &II = S.PP.getIdentifierTable().get("omp_alloctrait_t"); in findOMPAlloctraitT()
|
| H A D | SemaExprCXX.cpp | 660 IdentifierInfo *TypeInfoII = &PP.getIdentifierTable().get("type_info"); in ActOnCXXTypeid() 3062 &PP.getIdentifierTable().get("bad_alloc"), nullptr); in DeclareGlobalNewDelete() 3078 &PP.getIdentifierTable().get("align_val_t"), nullptr, true, true, true); in DeclareGlobalNewDelete()
|
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ChainedIncludesSource.cpp | 150 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in createChainedIncludesSource()
|
| H A D | FrontendAction.cpp | 713 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in BeginSourceFile() 1023 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in BeginSourceFile() 1130 CI.getPreprocessor().getIdentifierTable().PrintStats(); in EndSourceFile()
|
| H A D | CompilerInstance.cpp | 553 PP.getIdentifierTable(), PP.getSelectorTable(), in createASTContext() 2092 auto &II = PP->getIdentifierTable().get( in loadModule()
|
| H A D | TextDiagnostic.cpp | 1145 if (PP->getIdentifierTable().getExternalIdentifierLookup()) in highlightLines()
|
| H A D | ASTUnit.cpp | 851 PP.getIdentifierTable(), PP.getSelectorTable(), in LoadFromASTFile()
|
| /src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 660 RemoveAllCppKeywords(m_compiler->getPreprocessor().getIdentifierTable()); in ClangExpressionParser() 685 builtin_context.initializeBuiltins(PP.getIdentifierTable(), in ClangExpressionParser()
|
| H A D | ClangModulesDeclVendor.cpp | 494 .getIdentifierTable() in ForEachMacro()
|
| /src/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 1222 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() function 1223 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() function
|
| /src/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 1171 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty() 1194 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 1080 II = &Reader.getIdentifierTable().getOwn(k); in ReadData() 3455 PP.getIdentifierTable().setExternalIdentifierLookup(this); in ReadASTBlock() 4536 auto It = PP.getIdentifierTable().find(Key); in ReadAST() 4537 if (It == PP.getIdentifierTable().end()) in ReadAST() 4546 II = &PP.getIdentifierTable().getOwn(Key); in ReadAST() 4564 for (auto &Id : PP.getIdentifierTable()) in ReadAST() 9028 auto &II = PP.getIdentifierTable().get(Key); in DecodeIdentifierInfo() 9567 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable() function in ASTReader 9568 return PP.getIdentifierTable(); in getIdentifierTable()
|
| H A D | ASTWriter.cpp | 2552 for (auto &Id : PP.getIdentifierTable()) in WritePreprocessor() 5159 for (const auto &ID : SemaRef.PP.getIdentifierTable()) { in PrepareWritingSpecialDecls() 5390 for (const auto &ID : PP.getIdentifierTable()) in WriteASTCore()
|
| /src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 834 Diag(Identifier, getIdentifierTable().getFutureCompatDiagKind(II, getLangOpts())) in HandleIdentifier()
|
| /src/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 2405 IdentifierTable &getIdentifierTable();
|