Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h182 CXCursorKind getCursorKindForDecl(const Decl *D);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp809 CursorKind = getCursorKindForDecl(Declaration); in computeCursorKindAndAvailability()
H A DSemaCodeComplete.cpp1104 R.CursorKind = getCursorKindForDecl(R.Declaration); in MaybeAddConstructorResults()
4069 CXCursorKind clang::getCursorKindForDecl(const Decl *D) { in getCursorKindForDecl() function in clang
7019 CCR.CursorKind = getCursorKindForDecl(Ctor); in CodeCompleteConstructorInitializer()