HomeSort by relevance Sort by last modified time
    Searched refs:getCursorKindForDecl (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 141 CXCursorKind getCursorKindForDecl(const Decl *D);
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 538 CursorKind = getCursorKindForDecl(Declaration);
SemaCodeComplete.cpp 808 R.CursorKind = getCursorKindForDecl(R.Declaration);
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 77 CXCursorKind K = getCursorKindForDecl(D);
    [all...]

Completed in 95 milliseconds