Home
last modified time | relevance | path

Searched refs:PCopy (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h481 ClauseKind == OpenACCClauseKind::PCopy || in getVarList()
622 ClauseKind == OpenACCClauseKind::PCopy || in setVarListDetails()
648 ClauseKind == OpenACCClauseKind::PCopy || in setVarListDetails()
669 ClauseKind == OpenACCClauseKind::PCopy || in setVarListDetails()
695 ClauseKind == OpenACCClauseKind::PCopy || in setVarListDetails()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h224 PCopy, enumerator
381 case OpenACCClauseKind::PCopy: in printOpenACCClauseKind()
H A DOpenACCClauses.def30 CLAUSE_ALIAS(PCopy, Copy, true)
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp112 .Case("pcopy", OpenACCClauseKind::PCopy) in getOpenACCClauseKind()
506 case OpenACCClauseKind::PCopy: in getClauseParensKind()
1041 case OpenACCClauseKind::PCopy: in ParseOpenACCClauseParams()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h1081 Spelling == OpenACCClauseKind::PCopy || in OpenACCCopyClause()
1090 C->getClauseKind() == OpenACCClauseKind::PCopy || in classof()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp216 case OpenACCClauseKind::PCopy: in CheckModifierList()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp460 case OpenACCClauseKind::PCopy: in Visit()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8785 case OpenACCClauseKind::PCopy: in writeOpenACCClause()
H A DASTReader.cpp12801 case OpenACCClauseKind::PCopy: in readOpenACCClause()