Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DQuality.cpp91 case CXCursor_CXXMethod: in categorize()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h1760 CXCursor_CXXMethod = 21, enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp5042 if (C.kind == CXCursor_CXXMethod || C.kind == CXCursor_Destructor || in clang_Cursor_getSpellingNameRange()
5433 case CXCursor_CXXMethod: in clang_getCursorKindSpelling()
7506 else if (cursor.kind == CXCursor_CXXMethod) { in Visit()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp3981 return CXCursor_CXXMethod; in getCursorKindForDecl()
4241 Builder.TakeString(), CCP_SuperCompletion, CXCursor_CXXMethod, in MaybeAddOverrideCalls()