Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2186 CXCursor_OMPSectionsDirective = 235, enumerator
/external/clang/tools/libclang/
DCXCursor.cpp551 K = CXCursor_OMPSectionsDirective; in MakeCXCursor()
DCIndex.cpp4814 case CXCursor_OMPSectionsDirective: in clang_getCursorKindSpelling()
/external/llvm-project/clang/include/clang-c/
DIndex.h2361 CXCursor_OMPSectionsDirective = 235, enumerator
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp655 K = CXCursor_OMPSectionsDirective; in MakeCXCursor()
DCIndex.cpp5536 case CXCursor_OMPSectionsDirective: in clang_getCursorKindSpelling()
/external/rust/crates/clang-sys/src/
Dlib.rs362 const CXCursor_OMPSectionsDirective = 235, constant