Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h74 CCP_Keyword = 40, enumerator
899 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp2333 Results.AddResult(Result("concept", CCP_Keyword)); in AddOrdinaryNameResults()
2351 Results.AddResult(Result("requires", CCP_Keyword)); in AddOrdinaryNameResults()