Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp483 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
484 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
485 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize()
486 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize()
488 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize()
492 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize()
504 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize()
511 Ident_vector = &PP.getIdentifierTable().get("vector"); in Initialize()
512 Ident_bool = &PP.getIdentifierTable().get("bool"); in Initialize()
513 Ident_Bool = &PP.getIdentifierTable().get("_Bool"); in Initialize()
[all …]
H A DParseDeclCXX.cpp2281 Ident_final = &PP.getIdentifierTable().get("final"); in isCXX11VirtSpecifier()
2283 Ident_GNU_final = &PP.getIdentifierTable().get("__final"); in isCXX11VirtSpecifier()
2285 Ident_sealed = &PP.getIdentifierTable().get("sealed"); in isCXX11VirtSpecifier()
2286 Ident_abstract = &PP.getIdentifierTable().get("abstract"); in isCXX11VirtSpecifier()
2288 Ident_override = &PP.getIdentifierTable().get("override"); in isCXX11VirtSpecifier()
4132 return &PP.getIdentifierTable().get("_Clang"); in TryParseCXX11AttributeIdentifier()
4157 return &PP.getIdentifierTable().get(Spelling); in TryParseCXX11AttributeIdentifier()
H A DParseObjc.cpp764 PP.getIdentifierTable(), PP.getSelectorTable(), in ParseObjCInterfaceDeclList()
1036 IdentifierInfo *II = &PP.getIdentifierTable().get(ThisTok); in ParseObjCSelectorPiece()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp106 LookupResult R(S, &S.PP.getIdentifierTable().get("promise_type"), KwLoc, in lookupPromiseType()
148 LookupResult Result(S, &S.PP.getIdentifierTable().get("coroutine_handle"), in lookupCoroutineHandleType()
274 LookupResult Found(S, &S.PP.getIdentifierTable().get("from_address"), Loc, in buildCoroutineHandle()
303 DeclarationNameInfo NameInfo(&S.PP.getIdentifierTable().get(Name), Loc); in buildMemberCall()
498 &PP.getIdentifierTable().get("__promise"), T, in buildCoroutinePromise()
1008 LookupResult Result(S, &S.PP.getIdentifierTable().get("nothrow"), Loc, in buildStdNoThrowDeclRef()
1727 auto const &TraitIdent = PP.getIdentifierTable().get("coroutine_traits"); in lookupCoroutineTraits()
H A DSemaRISCVVectorLookup.cpp352 IdentifierInfo &IntrinsicII = PP.getIdentifierTable().get(IDef.BuiltinName); in CreateRVVIntrinsicDecl()
H A DSemaExprMember.cpp1525 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
1577 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
H A DSemaPseudoObject.cpp642 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter()
665 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName); in findSetter()
H A DSemaStmt.cpp2440 IdentifierInfo *II = &SemaRef.PP.getIdentifierTable().get(Name); in BuildForRangeVarDecl()
2566 &SemaRef.PP.getIdentifierTable().get("begin"), ColonLoc); in BuildNonArrayForRange()
2567 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.cpp654 IdentifierInfo *TypeInfoII = &PP.getIdentifierTable().get("type_info"); in ActOnCXXTypeid()
2989 &PP.getIdentifierTable().get("bad_alloc"), in DeclareGlobalNewDelete()
2998 &PP.getIdentifierTable().get("align_val_t"), nullptr, true, true, true); in DeclareGlobalNewDelete()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DChainedIncludesSource.cpp173 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in createChainedIncludesSource()
H A DFrontendAction.cpp695 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in BeginSourceFile()
994 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in BeginSourceFile()
1089 CI.getPreprocessor().getIdentifierTable().PrintStats(); in EndSourceFile()
H A DCompilerInstance.cpp555 PP.getIdentifierTable(), PP.getSelectorTable(), in createASTContext()
2014 auto &II = PP->getIdentifierTable().get( in loadModule()
H A DASTUnit.cpp808 PP.getIdentifierTable(), PP.getSelectorTable(), in LoadFromASTFile()
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dextract_interface.cc572 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), LO); in main()
/llvm-project-15.0.7/clang/tools/clang-import-test/
H A Dclang-import-test.cpp224 PP.getIdentifierTable(), ST, BC, PP.TUKind); in BuildASTContext()
/llvm-project-15.0.7/clang/unittests/Lex/
H A DPPCallbacksTest.cpp325 ASTContext Context(OpenCLLangOpts, SourceMgr, PP.getIdentifierTable(), in PragmaOpenCLExtensionCall()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp686 RemoveAllCppKeywords(m_compiler->getPreprocessor().getIdentifierTable()); in ClangExpressionParser()
711 builtin_context.initializeBuiltins(PP.getIdentifierTable(), in ClangExpressionParser()
H A DClangModulesDeclVendor.cpp446 .getIdentifierTable() in ForEachMacro()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1076 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() function
1077 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() function
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp1174 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
1197 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h2299 IdentifierTable &getIdentifierTable();
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp1002 II = &Reader.getIdentifierTable().getOwn(k); in ReadData()
3250 PP.getIdentifierTable().setExternalIdentifierLookup(this); in ReadASTBlock()
4359 auto &II = PP.getIdentifierTable().getOwn(Key); in ReadAST()
4399 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(), in ReadAST()
4400 IdEnd = PP.getIdentifierTable().end(); in ReadAST()
8594 auto &II = PP.getIdentifierTable().get(Key); in DecodeIdentifierInfo()
9099 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable() function in ASTReader
9100 return PP.getIdentifierTable(); in getIdentifierTable()
H A DASTWriter.cpp2344 for (auto &Id : PP.getIdentifierTable()) in WritePreprocessor()
3628 for (const auto &ID : PP.getIdentifierTable()) in WriteIdentifierTable()
4765 for (const auto &ID : PP.getIdentifierTable()) { in WriteASTCore()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp1220 const auto &ITable = PP.getIdentifierTable(); in loadMainFilePreambleMacros()

12