Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h184 CXCursorKind getCursorKindForDecl(const Decl *D);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp701 CursorKind = getCursorKindForDecl(Declaration); in computeCursorKindAndAvailability()
H A DSemaCodeComplete.cpp829 R.CursorKind = getCursorKindForDecl(R.Declaration); in MaybeAddConstructorResults()
3361 CXCursorKind clang::getCursorKindForDecl(const Decl *D) { in getCursorKindForDecl() function in clang
5253 CCR.CursorKind = getCursorKindForDecl(Ctor); in CodeCompleteConstructorInitializer()