HomeSort by: relevance | last modified time | path
    Searched refs:OMPCancelDirective (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 690 OMPCancelDirective *
691 OMPCancelDirective::Create(const ASTContext &C, SourceLocation StartLoc,
694 auto *Dir = createDirective<OMPCancelDirective>(
701 OMPCancelDirective *OMPCancelDirective::CreateEmpty(const ASTContext &C,
704 return createEmptyDirective<OMPCancelDirective>(C, NumClauses);
StmtPrinter.cpp 830 void StmtPrinter::VisitOMPCancelDirective(OMPCancelDirective *Node) {
StmtProfile.cpp 1039 void StmtProfiler::VisitOMPCancelDirective(const OMPCancelDirective *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 3355 class OMPCancelDirective : public OMPExecutableDirective {
3364 OMPCancelDirective(SourceLocation StartLoc, SourceLocation EndLoc)
3370 explicit OMPCancelDirective()
3386 static OMPCancelDirective *
3395 static OMPCancelDirective *CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h 2881 DEF_TRAVERSE_STMT(OMPCancelDirective,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2474 void ASTStmtReader::VisitOMPCancelDirective(OMPCancelDirective *D) {
3353 S = OMPCancelDirective::CreateEmpty(
ASTWriterStmt.cpp 2403 void ASTStmtWriter::VisitOMPCancelDirective(OMPCancelDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 284 EmitOMPCancelDirective(cast<OMPCancelDirective>(*S));
CodeGenFunction.h 3477 void EmitOMPCancelDirective(const OMPCancelDirective &S);
CGStmtOpenMP.cpp 6391 void CodeGenFunction::EmitOMPCancelDirective(const OMPCancelDirective &S) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2066 void VisitOMPCancelDirective(const OMPCancelDirective *D);
3030 void EnqueueVisitor::VisitOMPCancelDirective(const OMPCancelDirective *D) {
5639 return cxstring::createRef("OMPCancelDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8476 CancelRegion = cast<OMPCancelDirective>(D)->getCancelRegion();
8848 TreeTransform<Derived>::TransformOMPCancelDirective(OMPCancelDirective *D) {
SemaOpenMP.cpp 11444 return OMPCancelDirective::Create(Context, StartLoc, EndLoc, Clauses,

Completed in 58 milliseconds