Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2324 CXCursor_LastStmt = CXCursor_OMPTargetParallelForSimdDirective, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h2571 CXCursor_LastStmt = CXCursor_OMPScanDirective, enumerator
/external/clang/tools/libclang/
DCIndex.cpp5115 return K >= CXCursor_FirstStmt && K <= CXCursor_LastStmt; in clang_isStatement()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp5892 return K >= CXCursor_FirstStmt && K <= CXCursor_LastStmt; in clang_isStatement()