Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp498 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
499 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
500 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize()
501 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize()
503 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize()
507 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize()
519 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize()
526 Ident_vector = &PP.getIdentifierTable().get("vector"); in Initialize()
527 Ident_bool = &PP.getIdentifierTable().get("bool"); in Initialize()
528 Ident_Bool = &PP.getIdentifierTable().get("_Bool"); in Initialize()
[all …]
H A DParseDeclCXX.cpp2411 Ident_final = &PP.getIdentifierTable().get("final"); in isCXX11VirtSpecifier()
2413 Ident_GNU_final = &PP.getIdentifierTable().get("__final"); in isCXX11VirtSpecifier()
2415 Ident_sealed = &PP.getIdentifierTable().get("sealed"); in isCXX11VirtSpecifier()
2416 Ident_abstract = &PP.getIdentifierTable().get("abstract"); in isCXX11VirtSpecifier()
2418 Ident_override = &PP.getIdentifierTable().get("override"); in isCXX11VirtSpecifier()
4288 return &PP.getIdentifierTable().get("_Clang"); in TryParseCXX11AttributeIdentifier()
4313 return &PP.getIdentifierTable().get(Spelling); in TryParseCXX11AttributeIdentifier()
H A DParseObjc.cpp812 PP.getIdentifierTable(), PP.getSelectorTable(), in ParseObjCInterfaceDeclList()
1081 IdentifierInfo *II = &PP.getIdentifierTable().get(ThisTok); in ParseObjCSelectorPiece()
H A DParseExprCXX.cpp2755 II = &PP.getIdentifierTable().get(Literal.getUDSuffix()); in ParseUnqualifiedIdOperator()
/freebsd-14.2/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()
583 &PP.getIdentifierTable().get("__promise"), T, in buildCoroutinePromise()
1104 LookupResult Result(S, &S.PP.getIdentifierTable().get("nothrow"), Loc, in buildStdNoThrowDeclRef()
1875 &S.PP.getIdentifierTable().get("__coro_gro"), GroType, in makeGroDeclAndReturnStmt()
2020 PP.getIdentifierTable().get("coroutine_traits"); in lookupCoroutineTraits()
H A DSemaRISCVVectorLookup.cpp454 IdentifierInfo &IntrinsicII = PP.getIdentifierTable().get(IDef.BuiltinName); in CreateRVVIntrinsicDecl()
H A DSemaExprMember.cpp1558 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
1610 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
H A DSemaPseudoObject.cpp647 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter()
670 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName); in findSetter()
H A DSemaStmt.cpp2459 IdentifierInfo *II = &SemaRef.PP.getIdentifierTable().get(Name); in BuildForRangeVarDecl()
2585 &SemaRef.PP.getIdentifierTable().get("begin"), ColonLoc); in BuildNonArrayForRange()
2586 DeclarationNameInfo EndNameInfo(&SemaRef.PP.getIdentifierTable().get("end"), in BuildNonArrayForRange()
H A DSemaExprObjC.cpp2056 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in HandleExprPropertyRefExpr()
2216 PP.getIdentifierTable(), PP.getSelectorTable(), &propertyName); in ActOnClassPropertyRefExpr()
H A DSemaExprCXX.cpp663 IdentifierInfo *TypeInfoII = &PP.getIdentifierTable().get("type_info"); in ActOnCXXTypeid()
3060 &PP.getIdentifierTable().get("bad_alloc"), nullptr); in DeclareGlobalNewDelete()
3076 &PP.getIdentifierTable().get("align_val_t"), nullptr, true, true, true); in DeclareGlobalNewDelete()
H A DSemaOpenMP.cpp1552 IdentifierInfo *II = &SemaRef.PP.getIdentifierTable().get(Name); in buildVarDecl()
15032 TileCntDecl->setDeclName(&PP.getIdentifierTable().get(TileCntName)); in ActOnOpenMPTileDirective()
15340 InnerIVDecl->setDeclName(&PP.getIdentifierTable().get(InnerIVName)); in ActOnOpenMPUnrollDirective()
16803 IdentifierInfo *II = &S.PP.getIdentifierTable().get("omp_allocator_handle_t"); in findOMPAllocatorHandleT()
20816 IdentifierInfo *II = &S.PP.getIdentifierTable().get("omp_depend_t"); in findOMPDependT()
23041 IdentifierInfo *II = &S.PP.getIdentifierTable().get("omp_event_handle_t"); in findOMPEventHandleT()
24115 IdentifierInfo &II = S.PP.getIdentifierTable().get("omp_alloctrait_t"); in findOMPAlloctraitT()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp150 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in createChainedIncludesSource()
H A DFrontendAction.cpp707 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in BeginSourceFile()
1014 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in BeginSourceFile()
1121 CI.getPreprocessor().getIdentifierTable().PrintStats(); in EndSourceFile()
H A DCompilerInstance.cpp554 PP.getIdentifierTable(), PP.getSelectorTable(), in createASTContext()
2041 auto &II = PP->getIdentifierTable().get( in loadModule()
H A DASTUnit.cpp839 PP.getIdentifierTable(), PP.getSelectorTable(), in LoadFromASTFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp657 RemoveAllCppKeywords(m_compiler->getPreprocessor().getIdentifierTable()); in ClangExpressionParser()
682 builtin_context.initializeBuiltins(PP.getIdentifierTable(), in ClangExpressionParser()
H A DClangModulesDeclVendor.cpp505 .getIdentifierTable() in ForEachMacro()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1202 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() function
1203 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() function
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1171 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
1194 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1035 II = &Reader.getIdentifierTable().getOwn(k); in ReadData()
3430 PP.getIdentifierTable().setExternalIdentifierLookup(this); in ReadASTBlock()
4527 auto It = PP.getIdentifierTable().find(Key); in ReadAST()
4528 if (It == PP.getIdentifierTable().end()) in ReadAST()
4537 II = &PP.getIdentifierTable().getOwn(Key); in ReadAST()
4555 for (auto &Id : PP.getIdentifierTable()) in ReadAST()
8867 auto &II = PP.getIdentifierTable().get(Key); in DecodeIdentifierInfo()
9372 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable() function in ASTReader
9373 return PP.getIdentifierTable(); in getIdentifierTable()
H A DASTWriter.cpp2418 for (auto &Id : PP.getIdentifierTable()) in WritePreprocessor()
3727 for (const auto &ID : PP.getIdentifierTable()) in WriteIdentifierTable()
4972 for (const auto &ID : PP.getIdentifierTable()) { in WriteASTCore()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp830 Diag(Identifier, getIdentifierTable().getFutureCompatDiagKind(II, getLangOpts())) in HandleIdentifier()
H A DLexer.cpp2341 PP->setCodeCompletionIdentifierInfo(&PP->getIdentifierTable().get( in codeCompleteIncludedFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2372 IdentifierTable &getIdentifierTable();

12