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

  /external/clang/lib/AST/
OpenMPClause.cpp 100 OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(OMPClause *C) {
101 auto *Res = OMPClauseWithPostUpdate::get(const_cast<const OMPClause *>(C));
102 return Res ? const_cast<OMPClauseWithPostUpdate *>(Res) : nullptr;
105 const OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(const OMPClause *C) {
StmtProfile.cpp 273 void VistOMPClauseWithPostUpdate(const OMPClauseWithPostUpdate *C);
283 const OMPClauseWithPostUpdate *C) {
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h 97 class OMPClauseWithPostUpdate : public OMPClauseWithPreInit {
104 OMPClauseWithPostUpdate(const OMPClause *This)
114 static OMPClauseWithPostUpdate *get(OMPClause *C);
115 static const OMPClauseWithPostUpdate *get(const OMPClause *C);
    [all...]
RecursiveASTVisitor.h 507 bool VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *Node);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
ASTReaderStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]

Completed in 63 milliseconds