Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h1596 CXCursor_CXXMethod = 21, enumerator
/external/clang/tools/libclang/
DCIndex.cpp3940 if (C.kind == CXCursor_CXXMethod || C.kind == CXCursor_Destructor || in clang_Cursor_getSpellingNameRange()
4177 case CXCursor_CXXMethod: in clang_getCursorKindSpelling()
5971 else if (cursor.kind == CXCursor_CXXMethod) { in Visit()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3030 case Decl::CXXMethod: return CXCursor_CXXMethod; in getCursorKindForDecl()
3259 CXCursor_CXXMethod, in MaybeAddOverrideCalls()