Searched refs:getDirectiveLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenStmtOpenACC.cpp | 135 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 D | CIRGenStmtOpenACCLoop.cpp | 120 emitOpenACCClauses(op, s.getDirectiveKind(), s.getDirectiveLoc(), in emitOpenACCLoopConstruct()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclOpenACC.h | 57 SourceLocation getDirectiveLoc() const { return DirectiveLoc; } in getDirectiveLoc() function
|
| H A D | StmtOpenACC.h | 66 SourceLocation getDirectiveLoc() const { return DirectiveLoc; } in getDirectiveLoc() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 12504 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 D | SemaTemplateInstantiateDecl.cpp | 1385 D->getDirectiveKind(), D->getBeginLoc(), D->getDirectiveLoc(), {}, {}, in VisitOpenACCDeclareDecl() 1414 D->getBeginLoc(), D->getDirectiveLoc(), D->getLParenLoc(), FuncRef.get(), in VisitOpenACCRoutineDecl()
|