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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp700 CursorKind = getCursorKindForDecl(Declaration);
H A DSemaCodeComplete.cpp1045 R.CursorKind = getCursorKindForDecl(R.Declaration);
3778 CXCursorKind clang::getCursorKindForDecl(const Decl *D) { function in class:clang
6148 CCR.CursorKind = getCursorKindForDecl(Ctor);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h183 CXCursorKind getCursorKindForDecl(const Decl *D);

Completed in 125 milliseconds