Home
last modified time | relevance | path

Searched refs:CCP_Declaration (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/
DExpectedTypeTest.cpp44 ASTCtx(), CodeCompletionResult(D, CCP_Declaration)); in fromCompletionResult()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h54 CCP_Declaration = 50, enumerator
56 CCP_Type = CCP_Declaration,
/external/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h81 CCP_Declaration = 50, enumerator
84 CCP_Type = CCP_Declaration,
/external/clang/tools/libclang/
DCXCursor.cpp1349 CodeCompletionResult Result(namedDecl, CCP_Declaration); in clang_getCursorCompletionString()
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp1505 CodeCompletionResult Result(namedDecl, CCP_Declaration); in clang_getCursorCompletionString()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp762 return CCP_Declaration; in getBasePriority()
3298 CCP_Declaration, in CodeCompleteModuleImport()
3318 CCP_Declaration, in CodeCompleteModuleImport()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp983 return CCP_Declaration; in getBasePriority()
4090 Builder.TakeString(), CCP_Declaration, CXCursor_ModuleImportDecl, in CodeCompleteModuleImport()
4108 Builder.TakeString(), CCP_Declaration, CXCursor_ModuleImportDecl, in CodeCompleteModuleImport()