Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h1205 CXCursor_CXXMethod = 21, enumerator
/external/clang/tools/libclang/
DCIndex.cpp3295 case CXCursor_CXXMethod: in clang_getCursorKindSpelling()
4534 else if (cursor.kind == CXCursor_CXXMethod) { in Visit()
4892 if (Cursors[I].kind == CXCursor_CXXMethod) { in clang_annotateTokensImpl()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2675 case Decl::CXXMethod: return CXCursor_CXXMethod; in getCursorKindForDecl()
2893 CXCursor_CXXMethod)); in MaybeAddOverrideCalls()