Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtOpenMP.cpp72 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelDirective
111 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSimdDirective
160 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPForDirective
208 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPForSimdDirective
235 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSectionsDirective
259 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSectionDirective
283 OMPSingleDirective *OMPSingleDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSingleDirective
305 OMPMasterDirective *OMPMasterDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPMasterDirective
328 OMPCriticalDirective *OMPCriticalDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCriticalDirective
375 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() function in OMPParallelForDirective
[all …]
DOpenMPClause.cpp53 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPPrivateClause
89 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPFirstprivateClause
141 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLastprivateClause
163 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty() function in OMPSharedClause
220 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLinearClause
244 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPAlignedClause
290 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty() function in OMPCopyinClause
335 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCopyprivateClause
389 OMPReductionClause *OMPReductionClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPReductionClause
411 OMPFlushClause *OMPFlushClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty() function in OMPFlushClause
[all …]
DExprCXX.cpp307 UnresolvedLookupExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in UnresolvedLookupExpr
463 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in DependentScopeDeclRefExpr
599 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXStaticCastExpr
624 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXDynamicCastExpr
682 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CXXReinterpretCastExpr
697 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in CXXConstCastExpr
716 CXXFunctionalCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CXXFunctionalCastExpr
1187 CXXUnresolvedConstructExpr::CreateEmpty(const ASTContext &C, unsigned NumArgs) { in CreateEmpty() function in CXXUnresolvedConstructExpr
1285 CXXDependentScopeMemberExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXDependentScopeMemberExpr
1392 UnresolvedMemberExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in UnresolvedMemberExpr
[all …]
DStmtObjC.cpp58 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCAtTryStmt
DExprObjC.cpp47 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ObjCArrayLiteral
104 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty() function in ObjCDictionaryLiteral
275 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCMessageExpr
DExpr.cpp418 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DeclRefExpr
862 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &C, in CreateEmpty() function in StringLiteral
1336 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OffsetOfExpr
1787 ImplicitCastExpr *ImplicitCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ImplicitCastExpr
1809 CStyleCastExpr *CStyleCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CStyleCastExpr
3740 DesignatedInitExpr *DesignatedInitExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in DesignatedInitExpr
DStmt.cpp322 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C, in CreateEmpty() function in AttributedStmt
/external/clang/lib/CodeGen/
DCGDebugInfo.h578 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) { in CreateEmpty() function
/external/skia/src/core/
DSkPathRef.cpp49 SkPathRef* SkPathRef::CreateEmpty() { in CreateEmpty() function in SkPathRef
DSkFontMgr.cpp32 SkFontStyleSet* SkFontStyleSet::CreateEmpty() { return new SkEmptyFontStyleSet; } in CreateEmpty() function in SkFontStyleSet
/external/libchrome/dbus/
Dmessage.cc416 scoped_ptr<Response> Response::CreateEmpty() { in CreateEmpty() function in dbus::Response