Home
last modified time | relevance | path

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

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