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

  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 393 ParentKind = getCursorKindForDecl(ND);
560 CursorKind = getCursorKindForDecl(Declaration);
SemaCodeComplete.cpp 763 R.CursorKind = getCursorKindForDecl(R.Declaration);
    [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 140 CXCursorKind getCursorKindForDecl(Decl *D);
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 67 CXCursorKind K = getCursorKindForDecl(D);
    [all...]

Completed in 45 milliseconds