Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp563 CursorKind = getCursorKindForDecl(Declaration); in computeCursorKindAndAvailability()
DSemaCodeComplete.cpp824 R.CursorKind = getCursorKindForDecl(R.Declaration); in MaybeAddConstructorResults()
3023 CXCursorKind clang::getCursorKindForDecl(const Decl *D) { in getCursorKindForDecl() function in clang
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h144 CXCursorKind getCursorKindForDecl(const Decl *D);
/external/clang/tools/libclang/
DCXCursor.cpp81 CXCursorKind K = getCursorKindForDecl(D); in MakeCXCursor()