HomeSort by relevance Sort by last modified time
    Searched refs:OMPClauseWithPreInit (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/AST/
OpenMPClause.cpp 32 OMPClauseWithPreInit *OMPClauseWithPreInit::get(OMPClause *C) {
33 auto *Res = OMPClauseWithPreInit::get(const_cast<const OMPClause *>(C));
34 return Res ? const_cast<OMPClauseWithPreInit *>(Res) : nullptr;
37 const OMPClauseWithPreInit *OMPClauseWithPreInit::get(const OMPClause *C) {
StmtProfile.cpp 272 void VistOMPClauseWithPreInit(const OMPClauseWithPreInit *C);
277 const OMPClauseWithPreInit *C) {
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h 75 class OMPClauseWithPreInit {
82 OMPClauseWithPreInit(const OMPClause *This) : PreInit(nullptr) {
91 static OMPClauseWithPreInit *get(OMPClause *C);
92 static const OMPClauseWithPreInit *get(const OMPClause *C);
97 class OMPClauseWithPostUpdate : public OMPClauseWithPreInit {
105 : OMPClauseWithPreInit(This), PostUpdate(nullptr) {
698 class OMPScheduleClause : public OMPClause, public OMPClauseWithPreInit {
801 : OMPClause(OMPC_schedule, StartLoc, EndLoc), OMPClauseWithPreInit(this),
815 OMPClauseWithPreInit(this), Kind(OMPC_SCHEDULE_unknown),
    [all...]
RecursiveASTVisitor.h 506 bool VisitOMPClauseWithPreInit(OMPClauseWithPreInit *Node);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
ASTReaderStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 32 if (auto *CPI = OMPClauseWithPreInit::get(C)) {
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]

Completed in 148 milliseconds