Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp320 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C, in CreateEmpty() function in AttributedStmt
805 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCAtTryStmt
1205 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPPrivateClause
1241 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPFirstprivateClause
1293 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLastprivateClause
1315 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSharedClause
1366 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLinearClause
1390 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPAlignedClause
1436 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCopyinClause
1482 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCopyprivateClause
[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
1178 CXXUnresolvedConstructExpr::CreateEmpty(const ASTContext &C, unsigned NumArgs) { in CreateEmpty() function in CXXUnresolvedConstructExpr
1276 CXXDependentScopeMemberExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXDependentScopeMemberExpr
1383 UnresolvedMemberExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in UnresolvedMemberExpr
[all …]
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
1299 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OffsetOfExpr
1750 ImplicitCastExpr *ImplicitCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ImplicitCastExpr
1772 CStyleCastExpr *CStyleCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CStyleCastExpr
3632 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCMessageExpr
3902 DesignatedInitExpr *DesignatedInitExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in DesignatedInitExpr
4162 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ObjCArrayLiteral
4222 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty() function in ObjCDictionaryLiteral
/external/skia/src/core/
DSkPathRef.cpp41 SkPathRef* SkPathRef::CreateEmpty() { in CreateEmpty() function in SkPathRef
DSkFontMgr.cpp31 SkFontStyleSet* SkFontStyleSet::CreateEmpty() { in CreateEmpty() function in SkFontStyleSet
/external/clang/lib/CodeGen/
DCGDebugInfo.h488 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) { in CreateEmpty() function