Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h2665 CXCursor_ModuleImportDecl = 600, enumerator
2675 CXCursor_FirstExtraDecl = CXCursor_ModuleImportDecl,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3929 return CXCursor_ModuleImportDecl; in getCursorKindForDecl()
4144 Builder.TakeString(), CCP_Declaration, CXCursor_ModuleImportDecl, in CodeCompleteModuleImport()
4162 Builder.TakeString(), CCP_Declaration, CXCursor_ModuleImportDecl, in CodeCompleteModuleImport()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp4833 if (C.kind == CXCursor_ModuleImportDecl) { in clang_Cursor_getSpellingNameRange()
5568 case CXCursor_ModuleImportDecl: in clang_getCursorKindSpelling()
8426 if (C.kind == CXCursor_ModuleImportDecl) { in clang_Cursor_getModule()