Home
last modified time | relevance | path

Searched refs:keyword_end (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h938 keyword_iterator keyword_end() const { in keyword_end() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp565 for (keyword_iterator I = keyword_begin(), E = keyword_end(); I != E; ++I) { in getName()