Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h932 using keyword_iterator = const IdentifierInfo *const *; variable
934 keyword_iterator keyword_begin() const { in keyword_begin()
935 return reinterpret_cast<keyword_iterator>(this + 1); in keyword_begin()
938 keyword_iterator keyword_end() const { in keyword_end()
947 static void Profile(llvm::FoldingSetNodeID &ID, keyword_iterator ArgTys, in Profile()
/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()