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

/external/clang/lib/Parse/
H A DParser.cpp431 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in");
432 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out");
433 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout");
434 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway");
435 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy");
436 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref");
444 Ident_super = &PP.getIdentifierTable().get("super");
447 Ident_vector = &PP.getIdentifierTable().get("vector");
448 Ident_pixel = &PP.getIdentifierTable().get("pixel");
449 Ident_bool = &PP.getIdentifierTable()
[all...]
H A DParseDeclCXX.cpp1857 Ident_final = &PP.getIdentifierTable().get("final");
1859 Ident_sealed = &PP.getIdentifierTable().get("sealed");
1860 Ident_override = &PP.getIdentifierTable().get("override");
3193 return &PP.getIdentifierTable().get(Spelling);
H A DParseObjc.cpp356 SelectorTable::constructSetterSelector(P.PP.getIdentifierTable(),
715 IdentifierInfo *II = &PP.getIdentifierTable().get(ThisTok.data());
H A DParseExprCXX.cpp2207 II = &PP.getIdentifierTable().get(Literal.getUDSuffix());
/external/clang/lib/Frontend/
H A DFrontendAction.cpp366 PP.getBuiltinInfo().InitializeBuiltins(PP.getIdentifierTable(),
461 CI.getPreprocessor().getIdentifierTable().PrintStats();
H A DChainedIncludesSource.cpp171 PP.getBuiltinInfo().InitializeBuiltins(PP.getIdentifierTable(),
H A DCompilerInstance.cpp381 PP.getIdentifierTable(), PP.getSelectorTable(),
H A DASTUnit.cpp719 PP.getIdentifierTable(), PP.getSelectorTable(),
/external/clang/unittests/Lex/
H A DPPCallbacksTest.cpp216 PP.getIdentifierTable(), PP.getSelectorTable(),
/external/lldb/include/lldb/Symbol/
H A DClangASTContext.h55 getIdentifierTable();
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp355 m_compiler->getPreprocessor().getIdentifierTable(),
/external/clang/lib/Sema/
H A DSemaExprMember.cpp1435 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(),
1484 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(),
H A DSemaPseudoObject.cpp601 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(),
624 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName);
H A DSemaStmt.cpp1866 IdentifierInfo *II = &SemaRef.PP.getIdentifierTable().get(Name);
1970 &SemaRef.PP.getIdentifierTable().get("begin"), ColonLoc);
1971 DeclarationNameInfo EndNameInfo(&SemaRef.PP.getIdentifierTable().get("end"),
H A DSemaExprCXX.cpp450 IdentifierInfo *TypeInfoII = &PP.getIdentifierTable().get("type_info");
534 IdentifierInfo *GuidII = &PP.getIdentifierTable().get("_GUID");
2001 &PP.getIdentifierTable().get("bad_alloc"),
H A DSemaExprObjC.cpp1637 SelectorTable::constructSetterSelector(PP.getIdentifierTable(),
1774 SelectorTable::constructSetterSelector(PP.getIdentifierTable(),
H A DSemaDeclAttr.cpp1257 Module = &S.PP.getIdentifierTable().get(ModuleName);
H A DSemaDeclCXX.cpp6889 &PP.getIdentifierTable().get("std"),
6932 &PP.getIdentifierTable().get("initializer_list") ||
6964 LookupResult Result(S, &S.PP.getIdentifierTable().get("initializer_list"),
/external/lldb/source/Symbol/
H A DClangASTContext.cpp385 *getIdentifierTable(),
410 ClangASTContext::getIdentifierTable() function in class:ClangASTContext
/external/clang/include/clang/Lex/
H A DPreprocessor.h485 IdentifierTable &getIdentifierTable() { return Identifiers; } function in class:clang::Preprocessor
/external/clang/lib/Serialization/
H A DASTWriter.cpp3283 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(),
3284 IDEnd = PP.getIdentifierTable().end();
4039 IdentifierTable &Table = PP.getIdentifierTable();
4052 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(),
4053 IDEnd = PP.getIdentifierTable().end();
4254 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(),
4255 IDEnd = PP.getIdentifierTable().end();
H A DASTReader.cpp708 II = &Reader.getIdentifierTable().getOwn(k);
744 II = &Reader.getIdentifierTable().getOwn(StringRef(k));
2707 PP.getIdentifierTable().setExternalIdentifierLookup(this);
3536 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(),
3537 IdEnd = PP.getIdentifierTable().end();
7274 = &PP.getIdentifierTable().get(StringRef(Str, StrLen));
7932 IdentifierTable &ASTReader::getIdentifierTable() {
7933 return PP.getIdentifierTable();
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1053 SelectorTable::constructSetterSelector(PP.getIdentifierTable(),
1076 SelectorTable::constructSetterSelector(PP.getIdentifierTable(),
/external/clang/include/clang/Serialization/
H A DASTReader.h2063 IdentifierTable &getIdentifierTable();
/external/clang/tools/libclang/
H A DCIndex.cpp5788 PP.getIdentifierTable().get(Tok.getRawIdentifier());
6905 IdentifierInfo &II = PP.getIdentifierTable().get(Tok.getRawIdentifier());

Completed in 579 milliseconds