Searched refs:getCursorKindForDecl (Results 1 – 4 of 4) sorted by relevance
563 CursorKind = getCursorKindForDecl(Declaration); in computeCursorKindAndAvailability()
807 R.CursorKind = getCursorKindForDecl(R.Declaration); in MaybeAddConstructorResults()3011 CXCursorKind clang::getCursorKindForDecl(const Decl *D) { in getCursorKindForDecl() function in clang
142 CXCursorKind getCursorKindForDecl(const Decl *D);
81 CXCursorKind K = getCursorKindForDecl(D); in MakeCXCursor()