Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h183 CXCursorKind getCursorKindForDecl(const Decl *D);
/netbsd-src/external/apache2/llvm/dist/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
6331 CCR.CursorKind = getCursorKindForDecl(Ctor); in CodeCompleteConstructorInitializer()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp144 CXCursorKind K = getCursorKindForDecl(D); in MakeCXCursor()