/external/clang/lib/Parse/ |
D | Parser.cpp | 461 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize() 462 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize() 463 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize() 464 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize() 465 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy"); in Initialize() 466 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize() 467 ObjCTypeQuals[objc_nonnull] = &PP.getIdentifierTable().get("nonnull"); in Initialize() 468 ObjCTypeQuals[objc_nullable] = &PP.getIdentifierTable().get("nullable"); in Initialize() 470 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize() 478 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize() [all …]
|
D | ParseDeclCXX.cpp | 2016 Ident_final = &PP.getIdentifierTable().get("final"); in isCXX11VirtSpecifier() 2018 Ident_sealed = &PP.getIdentifierTable().get("sealed"); in isCXX11VirtSpecifier() 2019 Ident_override = &PP.getIdentifierTable().get("override"); in isCXX11VirtSpecifier() 3642 return &PP.getIdentifierTable().get(Spelling); in TryParseCXX11AttributeIdentifier()
|
/external/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 35 LookupResult Result(S, &S.PP.getIdentifierTable().get("coroutine_traits"), in lookupPromiseType() 75 LookupResult R(S, &S.PP.getIdentifierTable().get("promise_type"), Loc, in lookupPromiseType() 147 &S.PP.getIdentifierTable().get("__promise"), T, in checkCoroutineContext() 178 DeclarationNameInfo NameInfo(&S.PP.getIdentifierTable().get(Name), Loc); in buildMemberCall()
|
D | SemaPseudoObject.cpp | 637 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter() 660 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName); in findSetter()
|
D | SemaExprMember.cpp | 1545 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr() 1594 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
|
/external/llvm-project/clang/lib/Parse/ |
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 …]
|
D | ParseDeclCXX.cpp | 2228 Ident_final = &PP.getIdentifierTable().get("final"); in isCXX11VirtSpecifier() 2230 Ident_GNU_final = &PP.getIdentifierTable().get("__final"); in isCXX11VirtSpecifier() 2232 Ident_sealed = &PP.getIdentifierTable().get("sealed"); in isCXX11VirtSpecifier() 2233 Ident_override = &PP.getIdentifierTable().get("override"); in isCXX11VirtSpecifier() 4011 return &PP.getIdentifierTable().get("_Clang"); in TryParseCXX11AttributeIdentifier() 4036 return &PP.getIdentifierTable().get(Spelling); in TryParseCXX11AttributeIdentifier()
|
/external/llvm-project/clang/lib/Sema/ |
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() 1034 LookupResult Result(S, &S.PP.getIdentifierTable().get("nothrow"), Loc, in buildStdNoThrowDeclRef() 1578 &S.PP.getIdentifierTable().get("__coro_gro"), GroType, in makeGroDeclAndReturnStmt() 1703 &PP.getIdentifierTable().get("coroutine_traits"), in lookupCoroutineTraits()
|
D | SemaExprMember.cpp | 1509 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr() 1561 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
|
D | SemaPseudoObject.cpp | 642 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter() 665 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName); in findSetter()
|
/external/clang/lib/Frontend/ |
D | FrontendAction.cpp | 396 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in BeginSourceFile() 503 CI.getPreprocessor().getIdentifierTable().PrintStats(); in EndSourceFile()
|
D | ChainedIncludesSource.cpp | 175 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in createChainedIncludesSource()
|
/external/llvm-project/clang/lib/Frontend/ |
D | ChainedIncludesSource.cpp | 172 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in createChainedIncludesSource()
|
D | FrontendAction.cpp | 662 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in BeginSourceFile() 903 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in BeginSourceFile() 1001 CI.getPreprocessor().getIdentifierTable().PrintStats(); in EndSourceFile()
|
D | CompilerInstance.cpp | 497 PP.getIdentifierTable(), PP.getSelectorTable(), in createASTContext() 1943 auto &II = PP->getIdentifierTable().get( in loadModule()
|
/external/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 214 PP.getIdentifierTable(), PP.getSelectorTable(), in PragmaOpenCLExtensionCall()
|
/external/llvm-project/polly/lib/External/isl/interface/ |
D | extract_interface.cc | 565 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), LO); in main()
|
/external/llvm-project/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 281 ASTContext Context(OpenCLLangOpts, SourceMgr, PP.getIdentifierTable(), in PragmaOpenCLExtensionCall()
|
/external/llvm-project/clang/tools/clang-import-test/ |
D | clang-import-test.cpp | 223 CI.getPreprocessor().getIdentifierTable(), ST, BC); in BuildASTContext()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 697 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() function 698 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() function
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionParser.cpp | 674 RemoveAllCppKeywords(m_compiler->getPreprocessor().getIdentifierTable()); in ClangExpressionParser() 699 builtin_context.initializeBuiltins(PP.getIdentifierTable(), in ClangExpressionParser()
|
D | ClangModulesDeclVendor.cpp | 454 .getIdentifierTable() in ForEachMacro()
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 929 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() function 930 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() function
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 799 II = &Reader.getIdentifierTable().getOwn(k); in ReadData() 2655 PP.getIdentifierTable().setExternalIdentifierLookup(this); in ReadASTBlock() 3562 auto &II = PP.getIdentifierTable().getOwn(Key); in ReadAST() 3603 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(), in ReadAST() 3604 IdEnd = PP.getIdentifierTable().end(); in ReadAST() 7484 auto &II = PP.getIdentifierTable().get(StringRef(Str, StrLen)); in DecodeIdentifierInfo() 8217 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable() function in ASTReader 8218 return PP.getIdentifierTable(); in getIdentifierTable()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 1177 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty() 1200 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
|