Home
last modified time | relevance | path

Searched refs:getIdentifierTable (Results 1 – 25 of 29) sorted by relevance

12

/src/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp499 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 DParseDeclCXX.cpp2575 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 DParseObjc.cpp814 PP.getIdentifierTable(), PP.getSelectorTable(), in ParseObjCInterfaceDeclList()
1086 IdentifierInfo *II = &PP.getIdentifierTable().get(ThisTok); in ParseObjCSelectorPiece()
H A DParseExprCXX.cpp2857 II = &PP.getIdentifierTable().get(Literal.getUDSuffix()); in ParseUnqualifiedIdOperator()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp106 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 DSemaPseudoObject.cpp650 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter()
674 &S.PP.getIdentifierTable().get(PropertyName); in findSetter()
H A DSemaExprMember.cpp1571 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
1623 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
H A DSemaStmt.cpp2319 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 DSemaRISCV.cpp463 PP.getIdentifierTable().get("__builtin_rvv_" + IDef.BuiltinName); in CreateRVVIntrinsicDecl()
H A DSemaExprObjC.cpp2068 SemaRef.PP.getIdentifierTable(), SemaRef.PP.getSelectorTable(), Member); in HandleExprPropertyRefExpr()
2226 SemaRef.PP.getIdentifierTable(), SemaRef.PP.getSelectorTable(), in ActOnClassPropertyRefExpr()
H A DSemaOpenMP.cpp1557 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 DSemaExprCXX.cpp660 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 DChainedIncludesSource.cpp150 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in createChainedIncludesSource()
H A DFrontendAction.cpp713 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in BeginSourceFile()
1023 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in BeginSourceFile()
1130 CI.getPreprocessor().getIdentifierTable().PrintStats(); in EndSourceFile()
H A DCompilerInstance.cpp553 PP.getIdentifierTable(), PP.getSelectorTable(), in createASTContext()
2092 auto &II = PP->getIdentifierTable().get( in loadModule()
H A DTextDiagnostic.cpp1145 if (PP->getIdentifierTable().getExternalIdentifierLookup()) in highlightLines()
H A DASTUnit.cpp851 PP.getIdentifierTable(), PP.getSelectorTable(), in LoadFromASTFile()
/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp660 RemoveAllCppKeywords(m_compiler->getPreprocessor().getIdentifierTable()); in ClangExpressionParser()
685 builtin_context.initializeBuiltins(PP.getIdentifierTable(), in ClangExpressionParser()
H A DClangModulesDeclVendor.cpp494 .getIdentifierTable() in ForEachMacro()
/src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1222 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 DObjCMT.cpp1171 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
1194 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1080 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 DASTWriter.cpp2552 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 DPreprocessor.cpp834 Diag(Identifier, getIdentifierTable().getFutureCompatDiagKind(II, getLangOpts())) in HandleIdentifier()
/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2405 IdentifierTable &getIdentifierTable();

12