Home
last modified time | relevance | path

Searched refs:CCC_ClassOrStructTag (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDCodeCompleteConsumer.cpp53 case CCC_ClassOrStructTag: in wantConstructorResults()
HDSemaCodeComplete.cpp3776 ContextKind = CodeCompletionContext::CCC_ClassOrStructTag; in CodeCompleteTag()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDCodeCompleteConsumer.h213 CCC_ClassOrStructTag, enumerator
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDASTUnit.cpp310 Contexts |= (1LL << CodeCompletionContext::CCC_ClassOrStructTag); in getDeclShowContexts()
411 | (1LL << CodeCompletionContext::CCC_ClassOrStructTag) in CacheCodeCompletionResults()
2106 | (1LL << CodeCompletionContext::CCC_ClassOrStructTag); in AugmentedCodeCompleteConsumer()
2160 case CodeCompletionContext::CCC_ClassOrStructTag: in CalculateHiddenNames()