Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPreprocessor.h930 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() function
931 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp9052 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable() function in ASTReader