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

/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp394 ParentKind = getCursorKindForDecl(ND);
569 CursorKind = getCursorKindForDecl(Declaration);
H A DSemaCodeComplete.cpp763 R.CursorKind = getCursorKindForDecl(R.Declaration);
2831 CXCursorKind clang::getCursorKindForDecl(Decl *D) { function in class:clang
/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h141 CXCursorKind getCursorKindForDecl(Decl *D);
/external/clang/tools/libclang/
H A DCXCursor.cpp67 CXCursorKind K = getCursorKindForDecl(D);

Completed in 100 milliseconds