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

  /external/clang/lib/AST/
StmtOpenMP.cpp 688 OMPTargetDirective *OMPTargetDirective::Create(const ASTContext &C,
694 llvm::alignTo(sizeof(OMPTargetDirective), llvm::alignOf<OMPClause *>());
697 OMPTargetDirective *Dir =
698 new (Mem) OMPTargetDirective(StartLoc, EndLoc, Clauses.size());
704 OMPTargetDirective *OMPTargetDirective::CreateEmpty(const ASTContext &C,
708 llvm::alignTo(sizeof(OMPTargetDirective), llvm::alignOf<OMPClause *>());
711 return new (Mem) OMPTargetDirective(NumClauses);
    [all...]
StmtPrinter.cpp 1098 void StmtPrinter::VisitOMPTargetDirective(OMPTargetDirective *Node) {
    [all...]
StmtProfile.cpp 641 void StmtProfiler::VisitOMPTargetDirective(const OMPTargetDirective *S) {
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
CGStmt.cpp 245 EmitOMPTargetDirective(cast<OMPTargetDirective>(*S));
    [all...]
CGStmtOpenMP.cpp     [all...]
CGOpenMPRuntime.cpp     [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 94 milliseconds