Home
last modified time | relevance | path

Searched refs:CXCursor_OMPScanDirective (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang-c/
DIndex.h2569 CXCursor_OMPScanDirective = 287, enumerator
2571 CXCursor_LastStmt = CXCursor_OMPScanDirective,
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp703 K = CXCursor_OMPScanDirective; in MakeCXCursor()
DCIndex.cpp5568 case CXCursor_OMPScanDirective: in clang_getCursorKindSpelling()
/external/rust/crates/clang-sys/src/
Dlib.rs454 const CXCursor_OMPScanDirective = 287, constant