HomeSort by: relevance | last modified time | path
    Searched refs:getIdentifierTable (Results 1 - 25 of 26) sorted by relevancy

1 2

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

Completed in 170 milliseconds

1 2