/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | Parser.cpp | 482 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize() 483 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize() 484 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize() 485 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize() 486 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy"); in Initialize() 487 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize() 488 ObjCTypeQuals[objc_nonnull] = &PP.getIdentifierTable().get("nonnull"); in Initialize() 489 ObjCTypeQuals[objc_nullable] = &PP.getIdentifierTable().get("nullable"); in Initialize() 491 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize() 502 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize() [all …]
|
H A D | ParseDeclCXX.cpp | 2249 Ident_final = &PP.getIdentifierTable().get("final"); in isCXX11VirtSpecifier() 2251 Ident_GNU_final = &PP.getIdentifierTable().get("__final"); in isCXX11VirtSpecifier() 2253 Ident_sealed = &PP.getIdentifierTable().get("sealed"); in isCXX11VirtSpecifier() 2254 Ident_override = &PP.getIdentifierTable().get("override"); in isCXX11VirtSpecifier() 4024 return &PP.getIdentifierTable().get("_Clang"); in TryParseCXX11AttributeIdentifier() 4049 return &PP.getIdentifierTable().get(Spelling); in TryParseCXX11AttributeIdentifier()
|
H A D | ParseObjc.cpp | 762 PP.getIdentifierTable(), PP.getSelectorTable(), in ParseObjCInterfaceDeclList() 1034 IdentifierInfo *II = &PP.getIdentifierTable().get(ThisTok); in ParseObjCSelectorPiece()
|
H A D | ParseExprCXX.cpp | 2642 II = &PP.getIdentifierTable().get(Literal.getUDSuffix()); in ParseUnqualifiedIdOperator()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 111 LookupResult R(S, &S.PP.getIdentifierTable().get("promise_type"), KwLoc, in lookupPromiseType() 153 LookupResult Result(S, &S.PP.getIdentifierTable().get("coroutine_handle"), in lookupCoroutineHandleType() 321 LookupResult Found(S, &S.PP.getIdentifierTable().get("from_address"), Loc, in buildCoroutineHandle() 350 DeclarationNameInfo NameInfo(&S.PP.getIdentifierTable().get(Name), Loc); in buildMemberCall() 545 &PP.getIdentifierTable().get("__promise"), T, in buildCoroutinePromise() 1036 LookupResult Result(S, &S.PP.getIdentifierTable().get("nothrow"), Loc, in buildStdNoThrowDeclRef() 1580 &S.PP.getIdentifierTable().get("__coro_gro"), GroType, in makeGroDeclAndReturnStmt() 1706 &PP.getIdentifierTable().get("coroutine_traits"), in lookupCoroutineTraits()
|
H A D | SemaPseudoObject.cpp | 642 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter() 665 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName); in findSetter()
|
H A D | SemaExprMember.cpp | 1508 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr() 1560 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
|
H A D | SemaStmt.cpp | 2402 IdentifierInfo *II = &SemaRef.PP.getIdentifierTable().get(Name); in BuildForRangeVarDecl() 2527 &SemaRef.PP.getIdentifierTable().get("begin"), ColonLoc); in BuildNonArrayForRange() 2528 DeclarationNameInfo EndNameInfo(&SemaRef.PP.getIdentifierTable().get("end"), in BuildNonArrayForRange()
|
H A D | SemaExprObjC.cpp | 2056 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in HandleExprPropertyRefExpr() 2216 PP.getIdentifierTable(), PP.getSelectorTable(), &propertyName); in ActOnClassPropertyRefExpr()
|
H A D | SemaExprCXX.cpp | 631 IdentifierInfo *TypeInfoII = &PP.getIdentifierTable().get("type_info"); in ActOnCXXTypeid() 2934 &PP.getIdentifierTable().get("bad_alloc"), in DeclareGlobalNewDelete() 2943 &PP.getIdentifierTable().get("align_val_t"), nullptr, true, true, true); in DeclareGlobalNewDelete()
|
H A D | SemaDeclCXX.cpp | 1018 LookupResult Result(S, &S.PP.getIdentifierTable().get(Trait), in lookupStdTypeTraitMember() 11089 LookupResult Result(*this, &PP.getIdentifierTable().get("experimental"), in lookupStdExperimentalNamespace() 11246 &PP.getIdentifierTable().get("std"), in getOrCreateStdNamespace() 11289 &PP.getIdentifierTable().get("initializer_list") || in isStdInitializerList() 11321 LookupResult Result(S, &S.PP.getIdentifierTable().get("initializer_list"), in LookupStdInitializerList()
|
H A D | SemaOpenMP.cpp | 1399 IdentifierInfo *II = &SemaRef.PP.getIdentifierTable().get(Name); in buildVarDecl() 12636 TileCntDecl->setDeclName(&PP.getIdentifierTable().get(TileCntName)); in ActOnOpenMPTileDirective() 17719 IdentifierInfo *II = &S.PP.getIdentifierTable().get("omp_depend_t"); in findOMPDependT() 19805 IdentifierInfo *II = &S.PP.getIdentifierTable().get("omp_event_handle_t"); in findOMPEventHandleT() 20695 IdentifierInfo &II = S.PP.getIdentifierTable().get("omp_alloctrait_t"); in findOMPAlloctraitT()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | FrontendAction.cpp | 664 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in BeginSourceFile() 905 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in BeginSourceFile() 1003 CI.getPreprocessor().getIdentifierTable().PrintStats(); in EndSourceFile()
|
H A D | ChainedIncludesSource.cpp | 173 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in createChainedIncludesSource()
|
H A D | CompilerInstance.cpp | 553 PP.getIdentifierTable(), PP.getSelectorTable(), in createASTContext() 1904 auto &II = PP->getIdentifierTable().get( in loadModule()
|
H A D | ASTUnit.cpp | 809 PP.getIdentifierTable(), PP.getSelectorTable(), in LoadFromASTFile()
|
/netbsd-src/external/mit/isl/dist/interface/ |
H A D | extract_interface.cc | 576 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), LO); in main()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/ |
H A D | clang-import-test.cpp | 223 CI.getPreprocessor().getIdentifierTable(), ST, BC); in BuildASTContext()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 929 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() function 930 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1175 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty() 1198 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 974 II = &Reader.getIdentifierTable().getOwn(k); in ReadData() 3209 PP.getIdentifierTable().setExternalIdentifierLookup(this); in ReadASTBlock() 4316 auto &II = PP.getIdentifierTable().getOwn(Key); in ReadAST() 4356 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(), in ReadAST() 4357 IdEnd = PP.getIdentifierTable().end(); in ReadAST() 8517 auto &II = PP.getIdentifierTable().get(Key); in DecodeIdentifierInfo() 9023 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable() function in ASTReader 9024 return PP.getIdentifierTable(); in getIdentifierTable()
|
H A D | ASTWriter.cpp | 2201 for (auto &Id : PP.getIdentifierTable()) in WritePreprocessor() 3430 for (const auto &ID : PP.getIdentifierTable()) in WriteIdentifierTable() 4563 for (const auto &ID : PP.getIdentifierTable()) { in WriteASTCore()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 2272 IdentifierTable &getIdentifierTable();
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | Lexer.cpp | 2107 PP->setCodeCompletionIdentifierInfo(&PP->getIdentifierTable().get( in codeCompleteIncludedFile()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 7649 PP.getIdentifierTable().get(Tok.getRawIdentifier()); in annotatePreprocessorTokens() 9059 IdentifierInfo &II = PP.getIdentifierTable().get(Tok.getRawIdentifier()); in checkForMacroInMacroDefinition()
|