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 142 CXCursorKind getCursorKindForDecl(const Decl *D);
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 561 CursorKind = getCursorKindForDecl(Declaration);
SemaCodeComplete.cpp 807 R.CursorKind = getCursorKindForDecl(R.Declaration);
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 78 CXCursorKind K = getCursorKindForDecl(D);
    [all...]

Completed in 292 milliseconds