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

  /external/clang/lib/AST/
OpenMPClause.cpp 442 OMPMapClause *OMPMapClause::Create(const ASTContext &C, SourceLocation StartLoc,
449 llvm::RoundUpToAlignment(sizeof(OMPMapClause), llvm::alignOf<Expr *>()) +
451 OMPMapClause *Clause = new (Mem) OMPMapClause(
460 OMPMapClause *OMPMapClause::CreateEmpty(const ASTContext &C, unsigned N) {
462 llvm::RoundUpToAlignment(sizeof(OMPMapClause), llvm::alignOf<Expr *>()) +
464 return new (Mem) OMPMapClause(N);
StmtPrinter.cpp 886 void OMPClausePrinter::VisitOMPMapClause(OMPMapClause *Node) {
    [all...]
StmtProfile.cpp 456 void OMPClauseProfiler::VisitOMPMapClause(const OMPMapClause *C) {
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
RecursiveASTVisitor.h     [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 751 milliseconds