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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h914 IdentifierTable &getIdentifierTable() { return Identifiers; } function in class:clang::Preprocessor
915 const IdentifierTable &getIdentifierTable() const { return Identifiers; } function in class:clang::Preprocessor

Completed in 61 milliseconds