Home
last modified time | relevance | path

Searched refs:ParentComputeConstructKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h193 OpenACCDirectiveKind ParentComputeConstructKind = variable
234 return ParentComputeConstructKind == OpenACCDirectiveKind::Invalid; in isOrphanedLoopConstruct()
238 return ParentComputeConstructKind; in getParentComputeConstructKind()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenACC.cpp55 ParentComputeConstructKind(ParentKind) { in OpenACCLoopConstruct()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2861 S->ParentComputeConstructKind = Record.readEnum<OpenACCDirectiveKind>(); in VisitOpenACCLoopConstruct()