Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h1788 CXCursor_UsingDeclaration = 35, enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp5758 case CXCursor_UsingDeclaration: in clang_getCursorKindSpelling()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp4032 return CXCursor_UsingDeclaration; in getCursorKindForDecl()