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

References

tools/clang/lib/Frontend/ASTUnit.cpp
  311       Contexts |= (1LL << CodeCompletionContext::CCC_Expression);
  322         Contexts |= (1LL << CodeCompletionContext::CCC_Expression);
  346              | (1LL << CodeCompletionContext::CCC_Expression)
  434           | (1LL << CodeCompletionContext::CCC_Expression)
  484         | (1LL << CodeCompletionContext::CCC_Expression)
 1922         | (1LL << CodeCompletionContext::CCC_Expression)
 1976   case CodeCompletionContext::CCC_Expression:
tools/clang/lib/Sema/CodeCompleteConsumer.cpp
   48   case CCC_Expression:
  109   case CCKind::CCC_Expression:
tools/clang/lib/Sema/SemaCodeComplete.cpp
  206     case CodeCompletionContext::CCC_Expression:
 3918       return CodeCompletionContext::CCC_Expression;
 3921     return CodeCompletionContext::CCC_Expression;
 3923     return CodeCompletionContext(CodeCompletionContext::CCC_Expression,
 4339               : CodeCompletionContext::CCC_Expression,
 5025                         CodeCompletionContext::CCC_Expression);
tools/clang/tools/extra/clangd/CodeComplete.cpp
  611   case CodeCompletionContext::CCC_Expression:
tools/clang/tools/libclang/CIndexCodeCompletion.cpp
  424     case CodeCompletionContext::CCC_Expression: {