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

  /external/clang/lib/AST/
OpenMPClause.cpp 165 void OMPPrivateClause::setPrivateCopies(ArrayRef<Expr *> VL) {
171 OMPPrivateClause *
172 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc,
177 OMPPrivateClause *Clause =
178 new (Mem) OMPPrivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
184 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C,
187 return new (Mem) OMPPrivateClause(N);
StmtPrinter.cpp 780 void OMPClausePrinter::VisitOMPPrivateClause(OMPPrivateClause *Node) {
    [all...]
StmtProfile.cpp 364 void OMPClauseProfiler::VisitOMPPrivateClause(const OMPPrivateClause *C) {
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 671 for (const auto *C : D.getClausesOfKind<OMPPrivateClause>()) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]

Completed in 78 milliseconds