Searched refs:getCursorKindForDecl (Results 1 – 4 of 4) sorted by relevance
182 CXCursorKind getCursorKindForDecl(const Decl *D);
802 CursorKind = getCursorKindForDecl(Declaration); in computeCursorKindAndAvailability()
1076 R.CursorKind = getCursorKindForDecl(R.Declaration); in MaybeAddConstructorResults()3987 CXCursorKind clang::getCursorKindForDecl(const Decl *D) { in getCursorKindForDecl() function in clang6872 CCR.CursorKind = getCursorKindForDecl(Ctor); in CodeCompleteConstructorInitializer()
144 CXCursorKind K = getCursorKindForDecl(D); in MakeCXCursor()