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

  /external/clang/lib/AST/
OpenMPClause.cpp 753 OMPIsDevicePtrClause *OMPIsDevicePtrClause::Create(const ASTContext &C,
759 OMPIsDevicePtrClause *Clause =
760 new (Mem) OMPIsDevicePtrClause(StartLoc, LParenLoc, EndLoc, VL.size());
765 OMPIsDevicePtrClause *OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C,
768 return new (Mem) OMPIsDevicePtrClause(N);
StmtPrinter.cpp 959 void OMPClausePrinter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *Node) {
    [all...]
StmtProfile.cpp 537 const OMPIsDevicePtrClause *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 68 milliseconds