Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2109 CXCursor_ModuleImportDecl = 600, enumerator
2110 CXCursor_FirstExtraDecl = CXCursor_ModuleImportDecl,
2111 CXCursor_LastExtraDecl = CXCursor_ModuleImportDecl
/external/clang/tools/libclang/
DCIndex.cpp3404 if (C.kind == CXCursor_ModuleImportDecl) { in clang_Cursor_getSpellingNameRange()
3814 case CXCursor_ModuleImportDecl: in clang_getCursorKindSpelling()
6138 if (C.kind == CXCursor_ModuleImportDecl) { in clang_Cursor_getModule()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2971 return CXCursor_ModuleImportDecl; in getCursorKindForDecl()
3186 CXCursor_ModuleImportDecl, in CodeCompleteModuleImport()
3206 CXCursor_ModuleImportDecl, in CodeCompleteModuleImport()