Home
last modified time | relevance | path

Searched defs:getIdentifierTable (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h823 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() function
824 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp892 IdentifierTable *ClangASTContext::getIdentifierTable() { in getIdentifierTable() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp9126 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable() function in ASTReader