Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang-c/
H A DIndex.h1605 CXCursor_UsingDirective = 34, enumerator
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp4155 case CXCursor_UsingDirective: in clang_getCursorKindSpelling()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp2948 case Decl::UsingDirective: return CXCursor_UsingDirective; in getCursorKindForDecl()