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

References

tools/clang/include/clang/Sema/CodeCompleteConsumer.h
   84   CCP_Type = CCP_Declaration,
tools/clang/lib/Sema/SemaCodeComplete.cpp
  982   return CCP_Declaration;
 4027           Builder.TakeString(), CCP_Declaration, CXCursor_ModuleImportDecl,
 4045             Builder.TakeString(), CCP_Declaration, CXCursor_ModuleImportDecl,
tools/clang/tools/extra/clangd/unittests/ExpectedTypeTest.cpp
   44         ASTCtx(), CodeCompletionResult(D, CCP_Declaration));
tools/clang/tools/libclang/CXCursor.cpp
 1433       CodeCompletionResult Result(namedDecl, CCP_Declaration);