Searched refs:getCursorKindForDecl (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h141 CXCursorKind getCursorKindForDecl(const Decl *D);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp539 CursorKind = getCursorKindForDecl(Declaration);
H A DSemaCodeComplete.cpp810 R.CursorKind = getCursorKindForDecl(R.Declaration);
2914 CXCursorKind clang::getCursorKindForDecl(const Decl *D) { function in class:clang

Completed in 191 milliseconds