Searched refs:getCursorKindForDecl (Results 1 – 3 of 3) sorted by relevance
182 CXCursorKind getCursorKindForDecl(const Decl *D);
809 CursorKind = getCursorKindForDecl(Declaration); in computeCursorKindAndAvailability()
1104 R.CursorKind = getCursorKindForDecl(R.Declaration); in MaybeAddConstructorResults()4069 CXCursorKind clang::getCursorKindForDecl(const Decl *D) { in getCursorKindForDecl() function in clang7019 CCR.CursorKind = getCursorKindForDecl(Ctor); in CodeCompleteConstructorInitializer()