Home
last modified time | relevance | path

Searched refs:OMPIsDevicePtrClause (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/AST/
DOpenMPClause.cpp753 OMPIsDevicePtrClause *OMPIsDevicePtrClause::Create(const ASTContext &C, in Create()
759 OMPIsDevicePtrClause *Clause = in Create()
760 new (Mem) OMPIsDevicePtrClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
765 OMPIsDevicePtrClause *OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
768 return new (Mem) OMPIsDevicePtrClause(N); in CreateEmpty()
DStmtProfile.cpp537 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
DStmtPrinter.cpp959 void OMPClausePrinter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *Node) { in VisitOMPIsDevicePtrClause()
/external/clang/include/clang/AST/
DOpenMPClause.h4295 class OMPIsDevicePtrClause final
4296 : public OMPVarListClause<OMPIsDevicePtrClause>,
4297 private llvm::TrailingObjects<OMPIsDevicePtrClause, Expr *> {
4308 OMPIsDevicePtrClause(SourceLocation StartLoc, SourceLocation LParenLoc, in OMPIsDevicePtrClause() function
4310 : OMPVarListClause<OMPIsDevicePtrClause>(OMPC_is_device_ptr, StartLoc, in OMPIsDevicePtrClause()
4317 explicit OMPIsDevicePtrClause(unsigned N) in OMPIsDevicePtrClause() function
4318 : OMPVarListClause<OMPIsDevicePtrClause>( in OMPIsDevicePtrClause()
4331 static OMPIsDevicePtrClause *
4339 static OMPIsDevicePtrClause *CreateEmpty(const ASTContext &C, unsigned N);
DRecursiveASTVisitor.h2967 OMPIsDevicePtrClause *C) {
/external/clang/include/clang/Basic/
DOpenMPKinds.def232 OPENMP_CLAUSE(is_device_ptr, OMPIsDevicePtrClause)
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1931 C = OMPIsDevicePtrClause::CreateEmpty(Context, Record[Idx++]); in readClause()
2461 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
DASTWriterStmt.cpp2153 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/external/clang/tools/libclang/
DCIndex.cpp2283 void OMPClauseEnqueue::VisitOMPIsDevicePtrClause(const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp11757 return OMPIsDevicePtrClause::Create(Context, StartLoc, LParenLoc, EndLoc, in ActOnOpenMPIsDevicePtrClause()
DTreeTransform.h8159 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in TransformOMPIsDevicePtrClause()