Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h183 CXCursorKind getCursorKindForDecl(const Decl *D);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp698 CursorKind = getCursorKindForDecl(Declaration); in computeCursorKindAndAvailability()
H A DSemaCodeComplete.cpp1074 R.CursorKind = getCursorKindForDecl(R.Declaration); in MaybeAddConstructorResults()
3836 CXCursorKind clang::getCursorKindForDecl(const Decl *D) { in getCursorKindForDecl() function in clang
6334 CCR.CursorKind = getCursorKindForDecl(Ctor); in CodeCompleteConstructorInitializer()