Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h182 CXCursorKind getCursorKindForDecl(const Decl *D);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp802 CursorKind = getCursorKindForDecl(Declaration); in computeCursorKindAndAvailability()
H A DSemaCodeComplete.cpp1076 R.CursorKind = getCursorKindForDecl(R.Declaration); in MaybeAddConstructorResults()
3987 CXCursorKind clang::getCursorKindForDecl(const Decl *D) { in getCursorKindForDecl() function in clang
6872 CCR.CursorKind = getCursorKindForDecl(Ctor); in CodeCompleteConstructorInitializer()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXCursor.cpp144 CXCursorKind K = getCursorKindForDecl(D); in MakeCXCursor()