Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1786 CXCursor_UsingDirective = 34, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3905 return CXCursor_UsingDirective; in getCursorKindForDecl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp5556 case CXCursor_UsingDirective: in clang_getCursorKindSpelling()