Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2190 CXCursor_OMPSectionDirective = 236, enumerator
/external/clang/tools/libclang/
DCXCursor.cpp554 K = CXCursor_OMPSectionDirective; in MakeCXCursor()
DCIndex.cpp4816 case CXCursor_OMPSectionDirective: in clang_getCursorKindSpelling()
/external/llvm-project/clang/include/clang-c/
DIndex.h2365 CXCursor_OMPSectionDirective = 236, enumerator
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp658 K = CXCursor_OMPSectionDirective; in MakeCXCursor()
DCIndex.cpp5538 case CXCursor_OMPSectionDirective: in clang_getCursorKindSpelling()
/external/rust/crates/clang-sys/src/
Dlib.rs363 const CXCursor_OMPSectionDirective = 236, constant