Home
last modified time | relevance | path

Searched defs:OMPSIMDClause (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/clang/include/clang/AST/
H A DOpenMPClause.h2768 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSIMDClause() function
2773 OMPSIMDClause() : OMPClause(OMPC_simd, SourceLocation(), SourceLocation()) {} in OMPSIMDClause() function
/aosp_15_r20/external/clang/lib/AST/
H A DStmtProfile.cpp352 void OMPClauseProfiler::VisitOMPSIMDClause(const OMPSIMDClause *) {} in VisitOMPSIMDClause()
H A DStmtPrinter.cpp719 void OMPClausePrinter::VisitOMPSIMDClause(OMPSIMDClause *) { OS << "simd"; } in VisitOMPSIMDClause() argument
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1878 void OMPClauseWriter::VisitOMPSIMDClause(OMPSIMDClause *) {} in VisitOMPSIMDClause() argument
H A DASTReaderStmt.cpp2036 void OMPClauseReader::VisitOMPSIMDClause(OMPSIMDClause *) {} in VisitOMPSIMDClause() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DOpenMPClause.h5194 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSIMDClause() function
5198 OMPSIMDClause() in OMPSIMDClause() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DOpenMPClause.h5154 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSIMDClause() function
5158 OMPSIMDClause() in OMPSIMDClause() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DOpenMPClause.h5194 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSIMDClause() function
5198 OMPSIMDClause() in OMPSIMDClause() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DOpenMPClause.h5194 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSIMDClause() function
5198 OMPSIMDClause() in OMPSIMDClause() function
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndex.cpp2119 void OMPClauseEnqueue::VisitOMPSIMDClause(const OMPSIMDClause *) {} in VisitOMPSIMDClause()