Home
last modified time | relevance | path

Searched refs:getDirectiveLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmtOpenACC.cpp135 start, end, s.getDirectiveKind(), s.getDirectiveLoc(), s.clauses(), in emitOpenACCComputeConstruct()
139 start, end, s.getDirectiveKind(), s.getDirectiveLoc(), s.clauses(), in emitOpenACCComputeConstruct()
143 start, end, s.getDirectiveKind(), s.getDirectiveLoc(), s.clauses(), in emitOpenACCComputeConstruct()
156 start, end, s.getDirectiveKind(), s.getDirectiveLoc(), s.clauses(), in emitOpenACCDataConstruct()
163 emitOpenACCOp<InitOp>(start, s.getDirectiveKind(), s.getDirectiveLoc(), in emitOpenACCInitConstruct()
171 emitOpenACCOp<SetOp>(start, s.getDirectiveKind(), s.getDirectiveLoc(), in emitOpenACCSetConstruct()
180 s.getDirectiveLoc(), s.clauses()); in emitOpenACCShutdownConstruct()
188 s.getDirectiveLoc(), s.clauses()); in emitOpenACCWaitConstruct()
228 start, end, s.getDirectiveKind(), s.getDirectiveLoc(), s.clauses(), in emitOpenACCCombinedConstruct()
232 start, end, s.getDirectiveKind(), s.getDirectiveLoc(), s.clauses(), in emitOpenACCCombinedConstruct()
[all …]
H A DCIRGenStmtOpenACCLoop.cpp120 emitOpenACCClauses(op, s.getDirectiveKind(), s.getDirectiveLoc(), in emitOpenACCLoopConstruct()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenACC.h57 SourceLocation getDirectiveLoc() const { return DirectiveLoc; } in getDirectiveLoc() function
H A DStmtOpenACC.h66 SourceLocation getDirectiveLoc() const { return DirectiveLoc; } in getDirectiveLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h12504 getSema().OpenACC(), C->getDirectiveKind(), C->getDirectiveLoc(), in TransformOpenACCComputeConstruct()
12511 C->getDirectiveKind(), C->getBeginLoc(), C->getDirectiveLoc(), in TransformOpenACCComputeConstruct()
12531 getSema().OpenACC(), C->getDirectiveKind(), C->getDirectiveLoc(), in TransformOpenACCLoopConstruct()
12538 C->getBeginLoc(), C->getDirectiveLoc(), C->getEndLoc(), in TransformOpenACCLoopConstruct()
12557 getSema().OpenACC(), C->getDirectiveKind(), C->getDirectiveLoc(), in TransformOpenACCCombinedConstruct()
12564 C->getDirectiveKind(), C->getBeginLoc(), C->getDirectiveLoc(), in TransformOpenACCCombinedConstruct()
12581 getSema().OpenACC(), C->getDirectiveKind(), C->getDirectiveLoc(), in TransformOpenACCDataConstruct()
12588 C->getBeginLoc(), C->getDirectiveLoc(), C->getEndLoc(), in TransformOpenACCDataConstruct()
12605 C->getBeginLoc(), C->getDirectiveLoc(), C->getEndLoc(), in TransformOpenACCEnterDataConstruct()
12622 C->getBeginLoc(), C->getDirectiveLoc(), C->getEndLoc(), in TransformOpenACCExitDataConstruct()
[all …]
H A DSemaTemplateInstantiateDecl.cpp1385 D->getDirectiveKind(), D->getBeginLoc(), D->getDirectiveLoc(), {}, {}, in VisitOpenACCDeclareDecl()
1414 D->getBeginLoc(), D->getDirectiveLoc(), D->getLParenLoc(), FuncRef.get(), in VisitOpenACCRoutineDecl()