Home
last modified time | relevance | path

Searched refs:CreateEmpty (Results 1 – 11 of 11) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h240 static OMPParallelDirective *CreateEmpty(const ASTContext &C,
652 static OMPSimdDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
716 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
780 static OMPForSimdDirective *CreateEmpty(const ASTContext &C,
839 static OMPSectionsDirective *CreateEmpty(const ASTContext &C,
887 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
943 static OMPSingleDirective *CreateEmpty(const ASTContext &C,
991 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1050 static OMPCriticalDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1117 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,
[all …]
H A DOpenMPClause.h984 static OMPPrivateClause *CreateEmpty(const ASTContext &C, unsigned N);
1093 static OMPFirstprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
1180 static OMPLastprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
1239 static OMPSharedClause *CreateEmpty(const ASTContext &C, unsigned N);
1325 static OMPReductionClause *CreateEmpty(const ASTContext &C, unsigned N);
1407 static OMPLinearClause *CreateEmpty(const ASTContext &C, unsigned NumVars);
1492 static OMPAlignedClause *CreateEmpty(const ASTContext &C, unsigned NumVars);
1561 static OMPCopyinClause *CreateEmpty(const ASTContext &C, unsigned N);
1621 static OMPCopyprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
1685 static OMPFlushClause *CreateEmpty(const ASTContext &C, unsigned N);
H A DExprCXX.h249 static CXXStaticCastExpr *CreateEmpty(const ASTContext &Context,
281 static CXXDynamicCastExpr *CreateEmpty(const ASTContext &Context,
318 static CXXReinterpretCastExpr *CreateEmpty(const ASTContext &Context,
349 static CXXConstCastExpr *CreateEmpty(const ASTContext &Context);
1257 static CXXFunctionalCastExpr *CreateEmpty(const ASTContext &Context,
2548 static UnresolvedLookupExpr *CreateEmpty(const ASTContext &C,
2632 static DependentScopeDeclRefExpr *CreateEmpty(const ASTContext &C,
2865 static CXXUnresolvedConstructExpr *CreateEmpty(const ASTContext &C,
3015 CreateEmpty(const ASTContext &C, bool HasTemplateKWAndArgsInfo,
3244 CreateEmpty(const ASTContext &C, bool HasTemplateKWAndArgsInfo,
[all …]
H A DStmtObjC.h188 static ObjCAtTryStmt *CreateEmpty(const ASTContext &Context,
H A DExprObjC.h160 static ObjCArrayLiteral *CreateEmpty(const ASTContext &C,
308 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C,
1152 static ObjCMessageExpr *CreateEmpty(const ASTContext &Context,
H A DExpr.h986 static DeclRefExpr *CreateEmpty(const ASTContext &Context,
1517 static StringLiteral *CreateEmpty(const ASTContext &C, unsigned NumStrs);
1905 static OffsetOfExpr *CreateEmpty(const ASTContext &C,
2794 static ImplicitCastExpr *CreateEmpty(const ASTContext &Context,
2887 static CStyleCastExpr *CreateEmpty(const ASTContext &Context,
4163 static DesignatedInitExpr *CreateEmpty(const ASTContext &C,
H A DStmt.h850 static AttributedStmt *CreateEmpty(const ASTContext &C, unsigned NumAttrs);
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1749 C = OMPPrivateClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1752 C = OMPFirstprivateClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1755 C = OMPLastprivateClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1758 C = OMPSharedClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1761 C = OMPReductionClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1764 C = OMPLinearClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1767 C = OMPAlignedClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1770 C = OMPCopyinClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1773 C = OMPCopyprivateClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1776 C = OMPFlushClause::CreateEmpty(Context, Record[Idx++]); in readClause()
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp314 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C, in CreateEmpty() function in AttributedStmt
799 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCAtTryStmt
1200 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPPrivateClause
1236 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPFirstprivateClause
1258 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLastprivateClause
1280 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSharedClause
1304 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLinearClause
1326 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPAlignedClause
1348 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCopyinClause
1370 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCopyprivateClause
[all …]
H A DExprCXX.cpp309 UnresolvedLookupExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in UnresolvedLookupExpr
467 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in DependentScopeDeclRefExpr
603 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXStaticCastExpr
628 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXDynamicCastExpr
686 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CXXReinterpretCastExpr
701 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in CXXConstCastExpr
720 CXXFunctionalCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CXXFunctionalCastExpr
1182 CXXUnresolvedConstructExpr::CreateEmpty(const ASTContext &C, unsigned NumArgs) { in CreateEmpty() function in CXXUnresolvedConstructExpr
1280 CXXDependentScopeMemberExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXDependentScopeMemberExpr
1387 UnresolvedMemberExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in UnresolvedMemberExpr
[all …]
H A DExpr.cpp413 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DeclRefExpr
857 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &C, in CreateEmpty() function in StringLiteral
1321 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OffsetOfExpr
1738 ImplicitCastExpr *ImplicitCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ImplicitCastExpr
1760 CStyleCastExpr *CStyleCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CStyleCastExpr
3610 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCMessageExpr
3880 DesignatedInitExpr *DesignatedInitExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in DesignatedInitExpr
4140 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ObjCArrayLiteral
4200 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty() function in ObjCDictionaryLiteral