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