Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h183 CXCursorKind getCursorKindForDecl(const Decl *D);
/llvm-project-15.0.7/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp802 CursorKind = getCursorKindForDecl(Declaration); in computeCursorKindAndAvailability()
H A DSemaCodeComplete.cpp1075 R.CursorKind = getCursorKindForDecl(R.Declaration); in MaybeAddConstructorResults()
3952 CXCursorKind clang::getCursorKindForDecl(const Decl *D) { in getCursorKindForDecl() function in clang
6821 CCR.CursorKind = getCursorKindForDecl(Ctor); in CodeCompleteConstructorInitializer()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCursor.cpp144 CXCursorKind K = getCursorKindForDecl(D); in MakeCXCursor()