Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1788 CXCursor_UsingDeclaration = 35, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3916 return CXCursor_UsingDeclaration; in getCursorKindForDecl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp5558 case CXCursor_UsingDeclaration: in clang_getCursorKindSpelling()