Home
last modified time | relevance | path

Searched defs:CCKind (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h367 CodeCompletionContext(Kind CCKind) in CodeCompletionContext()
373 : CCKind(CCKind), IsUsingDeclaration(false), SelIdents(SelIdents) { in CCKind() function
/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp92 using CCKind = CodeCompletionContext::Kind; in getCompletionKindString() typedef