Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h1633 CXCursor_UsingDirective = 34, enumerator
/external/clang/tools/libclang/
DCIndex.cpp4792 case CXCursor_UsingDirective: in clang_getCursorKindSpelling()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3063 case Decl::UsingDirective: return CXCursor_UsingDirective; in getCursorKindForDecl()