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/
DIndex.h2065 CXCursor_ModuleImportDecl = 600, enumerator
2080 CXCursor_FirstExtraDecl = CXCursor_ModuleImportDecl,
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCIndex.cpp5059 if (C.kind == CXCursor_ModuleImportDecl) {
5800 case CXCursor_ModuleImportDecl:
8719 if (C.kind == CXCursor_ModuleImportDecl) { in clang_Cursor_getModule()
/openbsd/src/gnu/llvm/clang/lib/Sema/
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()