Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h906 using keyword_iterator = IdentifierInfo *const *; in alignas() local
908 keyword_iterator keyword_begin() const { in alignas()
909 return reinterpret_cast<keyword_iterator>(this + 1); in alignas()
912 keyword_iterator keyword_end() const { in alignas()
921 static void Profile(llvm::FoldingSetNodeID &ID, keyword_iterator ArgTys, in alignas()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp563 for (keyword_iterator I = keyword_begin(), E = keyword_end(); I != E; ++I) { in getName()