Home
last modified time | relevance | path

Searched defs:CreateEmpty (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp111 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSimdDirective
160 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPForDirective
422 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelForSimdDirective
449 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelSectionsDirective
473 OMPTaskDirective *OMPTaskDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPTaskDirective
715 OMPTargetParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPTargetParallelDirective
763 OMPTargetParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPTargetParallelForDirective
1089 OMPDistributeParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPDistributeParallelForDirective
1209 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPDistributeSimdDirective
1353 OMPTeamsDistributeDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPTeamsDistributeDirective
[all …]
H A DOpenMPClause.cpp210 OMPOrderedClause *OMPOrderedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPOrderedClause
265 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPPrivateClause
298 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPFirstprivateClause
349 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLastprivateClause
423 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLinearClause
443 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPAlignedClause
526 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCopyprivateClause
579 OMPReductionClause *OMPReductionClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPReductionClause
695 OMPInReductionClause *OMPInReductionClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPInReductionClause
997 OMPUseDevicePtrClause *OMPUseDevicePtrClause::CreateEmpty( in CreateEmpty() function in OMPUseDevicePtrClause
[all …]
H A DExprCXX.cpp202 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, in CreateEmpty() function in CXXNewExpr
357 UnresolvedLookupExpr *UnresolvedLookupExpr::CreateEmpty( in CreateEmpty() function in UnresolvedLookupExpr
492 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DependentScopeDeclRefExpr
629 CXXMemberCallExpr *CXXMemberCallExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CXXMemberCallExpr
707 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXStaticCastExpr
804 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in CXXConstCastExpr
999 CXXConstructExpr *CXXConstructExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CXXConstructExpr
1291 CXXUnresolvedConstructExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in CXXUnresolvedConstructExpr
1371 CXXDependentScopeMemberExpr *CXXDependentScopeMemberExpr::CreateEmpty( in CreateEmpty() function in CXXDependentScopeMemberExpr
1461 UnresolvedMemberExpr *UnresolvedMemberExpr::CreateEmpty( in CreateEmpty() function in UnresolvedMemberExpr
[all …]
H A DExprObjC.cpp53 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ObjCArrayLiteral
105 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty() function in ObjCDictionaryLiteral
264 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCMessageExpr
H A DStmtObjC.cpp58 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCAtTryStmt
H A DStmt.cpp339 CompoundStmt *CompoundStmt::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CompoundStmt
361 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C, in CreateEmpty() function in AttributedStmt
855 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty() function in IfStmt
957 SwitchStmt *SwitchStmt::CreateEmpty(const ASTContext &Ctx, bool HasInit, in CreateEmpty() function in SwitchStmt
1014 WhileStmt *WhileStmt::CreateEmpty(const ASTContext &Ctx, bool HasVar) { in CreateEmpty() function in WhileStmt
1072 ReturnStmt *ReturnStmt::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in ReturnStmt
1091 CaseStmt *CaseStmt::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CaseStmt
H A DExpr.cpp450 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DeclRefExpr
506 PredefinedExpr *PredefinedExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in PredefinedExpr
994 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in StringLiteral
1305 CallExpr *CallExpr::CreateEmpty(const ASTContext &Ctx, unsigned NumArgs, in CreateEmpty() function in CallExpr
1460 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OffsetOfExpr
1858 ImplicitCastExpr *ImplicitCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ImplicitCastExpr
1880 CStyleCastExpr *CStyleCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CStyleCastExpr
3919 DesignatedInitExpr *DesignatedInitExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in DesignatedInitExpr
4060 ParenListExpr *ParenListExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in ParenListExpr
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h732 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) { in CreateEmpty() function