Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp2047 return CheckGangParallelExpr(*this, DK, ActiveComputeConstructInfo.Kind, GK, in CheckGangExpr()
2050 return CheckGangSerialExpr(*this, DK, ActiveComputeConstructInfo.Kind, GK, in CheckGangExpr()
2054 ActiveComputeConstructInfo.Kind, GK, E); in CheckGangExpr()
2056 return CheckGangRoutineExpr(*this, DK, ActiveComputeConstructInfo.Kind, GK, in CheckGangExpr()
2059 switch (ActiveComputeConstructInfo.Kind) { in CheckGangExpr()
2063 return CheckGangParallelExpr(*this, DK, ActiveComputeConstructInfo.Kind, in CheckGangExpr()
2067 return CheckGangSerialExpr(*this, DK, ActiveComputeConstructInfo.Kind, GK, in CheckGangExpr()
2072 ActiveComputeConstructInfo.Kind, GK, E); in CheckGangExpr()
H A DSemaOpenACC.cpp111 : SemaRef(S), OldActiveComputeConstructInfo(S.ActiveComputeConstructInfo), in AssociatedStmtRAII()
124 SemaRef.ActiveComputeConstructInfo.Kind = DirKind; in AssociatedStmtRAII()
125 SemaRef.ActiveComputeConstructInfo.Clauses = Clauses; in AssociatedStmtRAII()
140 SemaRef.ActiveComputeConstructInfo.Kind = DirKind; in AssociatedStmtRAII()
141 SemaRef.ActiveComputeConstructInfo.Clauses = Clauses; in AssociatedStmtRAII()
368 SemaRef.ActiveComputeConstructInfo = OldActiveComputeConstructInfo; in ~AssociatedStmtRAII()
1985 getASTContext(), ActiveComputeConstructInfo.Kind, StartLoc, DirLoc, in ActOnEndStmtDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h49 } ActiveComputeConstructInfo; variable
52 return ActiveComputeConstructInfo.Kind != OpenACCDirectiveKind::Invalid; in isInComputeConstruct()
246 return ActiveComputeConstructInfo; in getActiveComputeConstructInfo()