Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h1786 CXCursor_UsingDirective = 34, enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp5756 case CXCursor_UsingDirective: in clang_getCursorKindSpelling()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp4021 return CXCursor_UsingDirective; in getCursorKindForDecl()