Home
last modified time | relevance | path

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

/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.cpp2001 Ident_final = &PP.getIdentifierTable().get("final"); in isCXX11VirtSpecifier()
2003 Ident_sealed = &PP.getIdentifierTable().get("sealed"); in isCXX11VirtSpecifier()
2004 Ident_override = &PP.getIdentifierTable().get("override"); in isCXX11VirtSpecifier()
3617 return &PP.getIdentifierTable().get(Spelling); in TryParseCXX11AttributeIdentifier()
DParseObjc.cpp789 PP.getIdentifierTable(), PP.getSelectorTable(), in ParseObjCInterfaceDeclList()
1048 IdentifierInfo *II = &PP.getIdentifierTable().get(ThisTok.data()); in ParseObjCSelectorPiece()
DParseExprCXX.cpp2281 II = &PP.getIdentifierTable().get(Literal.getUDSuffix()); in ParseUnqualifiedIdOperator()
/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()
DSemaExprMember.cpp1480 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
1529 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
DSemaPseudoObject.cpp637 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter()
660 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName); in findSetter()
DSemaStmt.cpp1907 IdentifierInfo *II = &SemaRef.PP.getIdentifierTable().get(Name); in BuildForRangeVarDecl()
2019 &SemaRef.PP.getIdentifierTable().get("begin"), ColonLoc); in BuildNonArrayForRange()
2020 DeclarationNameInfo EndNameInfo(&SemaRef.PP.getIdentifierTable().get("end"), in BuildNonArrayForRange()
DSemaExprCXX.cpp473 IdentifierInfo *TypeInfoII = &PP.getIdentifierTable().get("type_info"); in ActOnCXXTypeid()
557 IdentifierInfo *GuidII = &PP.getIdentifierTable().get("_GUID"); in ActOnCXXUuidof()
2107 &PP.getIdentifierTable().get("bad_alloc"), in DeclareGlobalNewDelete()
DSemaExprObjC.cpp1837 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in HandleExprPropertyRefExpr()
1989 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in ActOnClassPropertyRefExpr()
DSemaDeclCXX.cpp7349 &PP.getIdentifierTable().get("std"), in getOrCreateStdNamespace()
7392 &PP.getIdentifierTable().get("initializer_list") || in isStdInitializerList()
7424 LookupResult Result(S, &S.PP.getIdentifierTable().get("initializer_list"), in LookupStdInitializerList()
DSemaDeclAttr.cpp1402 Module = &S.PP.getIdentifierTable().get(ModuleName); in handleOwnershipAttr()
DSemaOpenMP.cpp534 IdentifierInfo *II = &SemaRef.PP.getIdentifierTable().get(Name); in buildVarDecl()
/external/clang/lib/Frontend/
DFrontendAction.cpp378 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in BeginSourceFile()
485 CI.getPreprocessor().getIdentifierTable().PrintStats(); in EndSourceFile()
DChainedIncludesSource.cpp175 PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(), in createChainedIncludesSource()
DCompilerInstance.cpp395 PP.getIdentifierTable(), PP.getSelectorTable(), in createASTContext()
DASTUnit.cpp705 PP.getIdentifierTable(), PP.getSelectorTable(), in LoadFromASTFile()
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp214 PP.getIdentifierTable(), PP.getSelectorTable(), in PragmaOpenCLExtensionCall()
/external/clang/include/clang/Lex/
DPreprocessor.h690 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() function
691 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() function
/external/clang/lib/Serialization/
DASTReader.cpp784 II = &Reader.getIdentifierTable().getOwn(k); in ReadData()
2635 PP.getIdentifierTable().setExternalIdentifierLookup(this); in ReadASTBlock()
3558 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()
7432 = &PP.getIdentifierTable().get(StringRef(Str, StrLen)); in DecodeIdentifierInfo()
8161 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable() function in ASTReader
8162 return PP.getIdentifierTable(); in getIdentifierTable()
DASTWriter.cpp2078 for (auto &Id : PP.getIdentifierTable()) in WritePreprocessor()
3278 for (const auto &ID : PP.getIdentifierTable()) in WriteIdentifierTable()
4319 for (const auto &ID : PP.getIdentifierTable()) { in WriteASTCore()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1184 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
1207 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
/external/clang/include/clang/Serialization/
DASTReader.h2101 IdentifierTable &getIdentifierTable();
/external/clang/tools/libclang/
DCIndex.cpp6294 PP.getIdentifierTable().get(Tok.getRawIdentifier()); in annotatePreprocessorTokens()
7468 IdentifierInfo &II = PP.getIdentifierTable().get(Tok.getRawIdentifier()); in checkForMacroInMacroDefinition()