Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h193 PCopy, enumerator
332 case OpenACCClauseKind::PCopy: in printOpenACCClauseKind()
H A DOpenACCClauses.def28 CLAUSE_ALIAS(PCopy, Copy, true)
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h197 ClauseKind == OpenACCClauseKind::PCopy || in getVarList()
296 ClauseKind == OpenACCClauseKind::PCopy || in setVarListDetails()
332 ClauseKind == OpenACCClauseKind::PCopy || in setVarListDetails()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp107 .Case("pcopy", OpenACCClauseKind::PCopy) in getOpenACCClauseKind()
502 case OpenACCClauseKind::PCopy: in getClauseParensKind()
969 case OpenACCClauseKind::PCopy: in ParseOpenACCClauseParams()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h707 Spelling == OpenACCClauseKind::PCopy || in OpenACCCopyClause()
718 C->getClauseKind() == OpenACCClauseKind::PCopy || in classof()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp159 case OpenACCClauseKind::PCopy: in doesClauseApplyToDirective()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp404 case OpenACCClauseKind::PCopy: in Visit()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8005 case OpenACCClauseKind::PCopy: in writeOpenACCClause()
H A DASTReader.cpp11964 case OpenACCClauseKind::PCopy: in readOpenACCClause()