Home
last modified time | relevance | path

Searched refs:getCursorKindForDecl (Results 1 – 8 of 8) 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/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h183 CXCursorKind getCursorKindForDecl(const Decl *D);
/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp698 CursorKind = getCursorKindForDecl(Declaration); in computeCursorKindAndAvailability()
DSemaCodeComplete.cpp1045 R.CursorKind = getCursorKindForDecl(R.Declaration); in MaybeAddConstructorResults()
3782 CXCursorKind clang::getCursorKindForDecl(const Decl *D) { in getCursorKindForDecl() function in clang
6169 CCR.CursorKind = getCursorKindForDecl(Ctor); in CodeCompleteConstructorInitializer()
/external/clang/tools/libclang/
DCXCursor.cpp81 CXCursorKind K = getCursorKindForDecl(D); in MakeCXCursor()
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp144 CXCursorKind K = getCursorKindForDecl(D); in MakeCXCursor()