reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  324 OPENMP_CLAUSE(unified_address, OMPUnifiedAddressClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 1028       : OMPClause(OMPC_unified_address, StartLoc, EndLoc) {}
 1032       : OMPClause(OMPC_unified_address, SourceLocation(), SourceLocation()) {}
 1050     return T->getClauseKind() == OMPC_unified_address;
tools/clang/include/clang/Basic/OpenMPKinds.def
  524 OPENMP_REQUIRES_CLAUSE(unified_address)
tools/clang/lib/AST/OpenMPClause.cpp
  131   case OMPC_unified_address:
  209   case OMPC_unified_address:
tools/clang/lib/Basic/OpenMPKinds.cpp
  202   case OMPC_unified_address:
  396   case OMPC_unified_address:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4070   case OMPC_unified_address:
tools/clang/lib/Parse/ParseOpenMP.cpp
 2068   case OMPC_unified_address:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4657       case OMPC_unified_address:
10317   case OMPC_unified_address:
10960   case OMPC_unified_address:
11382   case OMPC_unified_address:
11561   case OMPC_unified_address:
11723   case OMPC_unified_address:
11980   case OMPC_unified_address:
tools/clang/lib/Serialization/ASTReader.cpp
12340   case OMPC_unified_address: