reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/ASTUnit.cpp
  306                |  (1LL << CodeCompletionContext::CCC_Type)
  439           | (1LL << CodeCompletionContext::CCC_Type)
 1982   case CodeCompletionContext::CCC_Type:
tools/clang/lib/Sema/CodeCompleteConsumer.cpp
   68   case CCC_Type:
  129   case CCKind::CCC_Type:
tools/clang/lib/Sema/SemaCodeComplete.cpp
 3930     return CodeCompletionContext::CCC_Type;
 3936     return CodeCompletionContext::CCC_Type;
 5533                         CodeCompletionContext::CCC_Type,
 6335                         CodeCompletionContext::CCC_Type);
tools/clang/tools/extra/clangd/CodeComplete.cpp
  618   case CodeCompletionContext::CCC_Type:
tools/clang/tools/libclang/CIndexCodeCompletion.cpp
  399     case CodeCompletionContext::CCC_Type: {