Home
last modified time | relevance | path

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

123

/external/clang/lib/Parse/
DParser.cpp461 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 …]
DParseDeclCXX.cpp2016 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/
DSemaCoroutine.cpp35 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()
DSemaPseudoObject.cpp637 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter()
660 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName); in findSetter()
DSemaExprMember.cpp1545 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
1594 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
/external/llvm-project/clang/lib/Parse/
DParser.cpp482 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 …]
DParseDeclCXX.cpp2228 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/
DSemaCoroutine.cpp111 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()
DSemaExprMember.cpp1509 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
1561 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
DSemaPseudoObject.cpp642 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter()
665 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName); in findSetter()
/external/clang/lib/Frontend/
DFrontendAction.cpp396 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in BeginSourceFile()
503 CI.getPreprocessor().getIdentifierTable().PrintStats(); in EndSourceFile()
DChainedIncludesSource.cpp175 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in createChainedIncludesSource()
/external/llvm-project/clang/lib/Frontend/
DChainedIncludesSource.cpp172 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in createChainedIncludesSource()
DFrontendAction.cpp662 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in BeginSourceFile()
903 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in BeginSourceFile()
1001 CI.getPreprocessor().getIdentifierTable().PrintStats(); in EndSourceFile()
DCompilerInstance.cpp497 PP.getIdentifierTable(), PP.getSelectorTable(), in createASTContext()
1943 auto &II = PP->getIdentifierTable().get( in loadModule()
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp214 PP.getIdentifierTable(), PP.getSelectorTable(), in PragmaOpenCLExtensionCall()
/external/llvm-project/polly/lib/External/isl/interface/
Dextract_interface.cc565 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), LO); in main()
/external/llvm-project/clang/unittests/Lex/
DPPCallbacksTest.cpp281 ASTContext Context(OpenCLLangOpts, SourceMgr, PP.getIdentifierTable(), in PragmaOpenCLExtensionCall()
/external/llvm-project/clang/tools/clang-import-test/
Dclang-import-test.cpp223 CI.getPreprocessor().getIdentifierTable(), ST, BC); in BuildASTContext()
/external/clang/include/clang/Lex/
DPreprocessor.h697 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/
DClangExpressionParser.cpp674 RemoveAllCppKeywords(m_compiler->getPreprocessor().getIdentifierTable()); in ClangExpressionParser()
699 builtin_context.initializeBuiltins(PP.getIdentifierTable(), in ClangExpressionParser()
DClangModulesDeclVendor.cpp454 .getIdentifierTable() in ForEachMacro()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h929 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() function
930 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() function
/external/clang/lib/Serialization/
DASTReader.cpp799 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/
DObjCMT.cpp1177 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
1200 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()

123