Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h2065 CXCursor_ModuleImportDecl = 600, enumerator
2080 CXCursor_FirstExtraDecl = CXCursor_ModuleImportDecl,
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp5059 if (C.kind == CXCursor_ModuleImportDecl) { in clang_Cursor_getSpellingNameRange()
5800 case CXCursor_ModuleImportDecl: in clang_getCursorKindSpelling()
8719 if (C.kind == CXCursor_ModuleImportDecl) { in clang_Cursor_getModule()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp4083 return CXCursor_ModuleImportDecl; in getCursorKindForDecl()
4301 Builder.TakeString(), CCP_Declaration, CXCursor_ModuleImportDecl, in CodeCompleteModuleImport()
4319 Builder.TakeString(), CCP_Declaration, CXCursor_ModuleImportDecl, in CodeCompleteModuleImport()