HomeSort by: relevance | last modified time | path
    Searched refs:getCursorKindForDecl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
CodeCompleteConsumer.h 183 CXCursorKind getCursorKindForDecl(const Decl *D);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
CodeCompleteConsumer.cpp 698 CursorKind = getCursorKindForDecl(Declaration);
SemaCodeComplete.cpp 1074 R.CursorKind = getCursorKindForDecl(R.Declaration);
3836 CXCursorKind clang::getCursorKindForDecl(const Decl *D) {
6331 CCR.CursorKind = getCursorKindForDecl(Ctor);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.cpp 144 CXCursorKind K = getCursorKindForDecl(D);

Completed in 23 milliseconds