Home
last modified time | relevance | path

Searched defs:IdentifierTable (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp65 IdentifierTable::IdentifierTable(IdentifierInfoLookup *ExternalLookup) in IdentifierTable() function in IdentifierTable
69 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable() function in IdentifierTable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h29 class IdentifierTable; variable
H A DIdentifierTable.h118 friend class IdentifierTable; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp821 SmallString<4096> IdentifierTable; in writeIndex() local
H A DASTWriter.cpp3919 SmallString<4096> IdentifierTable; in WriteIdentifierTable() local
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp630 std::unique_ptr<SerializedIdentifierTable> IdentifierTable; member in clang::api_notes::APINotesReader::Implementation
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h74 class IdentifierTable; variable