Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h1748 CXCursor_ObjCIvarDecl = 15, enumerator
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp3975 return CXCursor_ObjCIvarDecl; in getCursorKindForDecl()
8651 Result(Builder.TakeString(), Priority, CXCursor_ObjCIvarDecl)); in CodeCompleteObjCPropertySynthesizeIvar()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp5423 case CXCursor_ObjCIvarDecl: in clang_getCursorKindSpelling()