Home
last modified time | relevance | path

Searched refs:CXCursor_CXXMethod (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang-c/
DIndex.h1607 CXCursor_CXXMethod = 21, enumerator
/external/clang/tools/libclang/
DCIndex.cpp4341 if (C.kind == CXCursor_CXXMethod || C.kind == CXCursor_Destructor || in clang_Cursor_getSpellingNameRange()
4522 case CXCursor_CXXMethod: in clang_getCursorKindSpelling()
6344 else if (cursor.kind == CXCursor_CXXMethod) { in Visit()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3042 case Decl::CXXMethod: return CXCursor_CXXMethod; in getCursorKindForDecl()
3272 CXCursor_CXXMethod, in MaybeAddOverrideCalls()