Home
last modified time | relevance | path

Searched refs:getCursorKindForDecl (Results 1 – 4 of 4) 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.cpp805 CursorKind = getCursorKindForDecl(Declaration); in computeCursorKindAndAvailability()
H A DSemaCodeComplete.cpp1104 R.CursorKind = getCursorKindForDecl(R.Declaration); in MaybeAddConstructorResults()
4232 CXCursorKind clang::getCursorKindForDecl(const Decl *D) { in getCursorKindForDecl() function in clang
7170 CCR.CursorKind = getCursorKindForDecl(Ctor); in CodeCompleteConstructorInitializer()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc4831 {"_ZN5clang20getCursorKindForDeclEPNS_4DeclE", "clang::getCursorKindForDecl(clang::Decl*)"},