| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 52 OMPChildren *OMPChildren::CreateEmpty(void *Mem, unsigned NumClauses, in CreateEmpty() function in OMPChildren 661 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelForSimdDirective 679 OMPParallelMasterDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelMasterDirective 695 OMPParallelMaskedDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelMaskedDirective 713 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelSectionsDirective 936 OMPTargetParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPTargetParallelDirective 980 OMPTargetParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPTargetParallelForDirective 1171 OMPMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPMasterTaskLoopDirective 1216 OMPMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPMaskedTaskLoopDirective 1715 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPDistributeSimdDirective [all …]
|
| H A D | OpenMPClause.cpp | 403 OMPUpdateClause *OMPUpdateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPUpdateClause 816 OMPReductionClause::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty() function in OMPReductionClause 954 OMPSizesClause *OMPSizesClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSizesClause 969 OMPFullClause *OMPFullClause::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in OMPFullClause 1169 OMPMapClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPMapClause 1219 OMPToClause *OMPToClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPToClause 1271 OMPFromClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPFromClause 1332 OMPUseDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPUseDevicePtrClause 1379 OMPUseDeviceAddrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPUseDeviceAddrClause 1426 OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPIsDevicePtrClause [all …]
|
| H A D | ExprCXX.cpp | 266 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, in CreateEmpty() function in CXXNewExpr 401 UnresolvedLookupExpr *UnresolvedLookupExpr::CreateEmpty( in CreateEmpty() function in UnresolvedLookupExpr 493 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DependentScopeDeclRefExpr 638 CXXMemberCallExpr *CXXMemberCallExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CXXMemberCallExpr 725 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXStaticCastExpr 825 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in CXXConstCastExpr 1049 CXXConstructExpr *CXXConstructExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CXXConstructExpr 1356 CXXUnresolvedConstructExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in CXXUnresolvedConstructExpr 1429 CXXDependentScopeMemberExpr *CXXDependentScopeMemberExpr::CreateEmpty( in CreateEmpty() function in CXXDependentScopeMemberExpr 1519 UnresolvedMemberExpr *UnresolvedMemberExpr::CreateEmpty( in CreateEmpty() function in UnresolvedMemberExpr [all …]
|
| H A D | StmtObjC.cpp | 56 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCAtTryStmt
|
| H A D | ExprObjC.cpp | 47 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ObjCArrayLiteral 88 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty() function in ObjCDictionaryLiteral 232 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCMessageExpr
|
| H A D | Expr.cpp | 336 ConstantExpr *ConstantExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ConstantExpr 494 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DeclRefExpr 552 SYCLUniqueStableNameExpr::CreateEmpty(const ASTContext &Ctx) { in CreateEmpty() function in SYCLUniqueStableNameExpr 610 PredefinedExpr *PredefinedExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in PredefinedExpr 1113 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in StringLiteral 1569 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OffsetOfExpr 1687 MemberExpr *MemberExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in MemberExpr 2029 CStyleCastExpr *CStyleCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CStyleCastExpr 4296 GenericSelectionExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in GenericSelectionExpr 4495 ParenListExpr *ParenListExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in ParenListExpr [all …]
|
| H A D | Stmt.cpp | 391 CompoundStmt *CompoundStmt::CreateEmpty(const ASTContext &C, unsigned NumStmts, in CreateEmpty() function in CompoundStmt 432 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C, in CreateEmpty() function in AttributedStmt 970 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty() function in IfStmt 1089 SwitchStmt *SwitchStmt::CreateEmpty(const ASTContext &Ctx, bool HasInit, in CreateEmpty() function in SwitchStmt 1151 WhileStmt *WhileStmt::CreateEmpty(const ASTContext &Ctx, bool HasVar) { in CreateEmpty() function in WhileStmt 1209 ReturnStmt *ReturnStmt::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in ReturnStmt 1228 CaseStmt *CaseStmt::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CaseStmt
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 847 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) { in CreateEmpty() function
|