Home
last modified time | relevance | path

Searched refs:STMT_OMP_FOR_SIMD_DIRECTIVE (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTBitCodes.h1916 STMT_OMP_FOR_SIMD_DIRECTIVE, enumerator
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp2249 Code = serialization::STMT_OMP_FOR_SIMD_DIRECTIVE; in VisitOMPForSimdDirective()
H A DASTReaderStmt.cpp3282 case STMT_OMP_FOR_SIMD_DIRECTIVE: { in ReadStmtFromStream()