Home
last modified time | relevance | path

Searched refs:CXCursor_OMPCancellationPointDirective (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang-c/
DIndex.h2266 CXCursor_OMPCancellationPointDirective = 255, enumerator
/external/clang/tools/libclang/
DCXCursor.cpp623 K = CXCursor_OMPCancellationPointDirective; in MakeCXCursor()
DCIndex.cpp4862 case CXCursor_OMPCancellationPointDirective: in clang_getCursorKindSpelling()
/external/llvm-project/clang/include/clang-c/
DIndex.h2441 CXCursor_OMPCancellationPointDirective = 255, enumerator
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp736 K = CXCursor_OMPCancellationPointDirective; in MakeCXCursor()
DCIndex.cpp5590 case CXCursor_OMPCancellationPointDirective: in clang_getCursorKindSpelling()
/external/rust/crates/clang-sys/src/
Dlib.rs390 const CXCursor_OMPCancellationPointDirective = 255, constant