Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang-c/
H A DIndex.h1120 CXCursor_UsingDeclaration = 35, enumerator
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp5790 case CXCursor_UsingDeclaration:
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp4067 return CXCursor_UsingDeclaration; in getCursorKindForDecl()