Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDCodeCompleteConsumer.cpp54 case CCC_ClassOrStructTag: in wantConstructorResults()
HDSemaCodeComplete.cpp3695 ContextKind = CodeCompletionContext::CCC_ClassOrStructTag; in CodeCompleteTag()
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDCodeCompleteConsumer.h212 CCC_ClassOrStructTag, enumerator
/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDASTUnit.cpp326 Contexts |= (1LL << CodeCompletionContext::CCC_ClassOrStructTag); in getDeclShowContexts()
428 | (1LL << CodeCompletionContext::CCC_ClassOrStructTag) in CacheCodeCompletionResults()
2179 | (1LL << CodeCompletionContext::CCC_ClassOrStructTag); in AugmentedCodeCompleteConsumer()
2234 case CodeCompletionContext::CCC_ClassOrStructTag: in CalculateHiddenNames()