HomeSort by relevance Sort by last modified time
    Searched defs:CreateEmpty (Results 1 - 12 of 12) sorted by null

  /external/skia/src/core/
SkPathRef.cpp 49 SkPathRef* SkPathRef::CreateEmpty() {
SkFontMgr.cpp 32 SkFontStyleSet* SkFontStyleSet::CreateEmpty() { return new SkEmptyFontStyleSet; }
49 return SkFontStyleSet::CreateEmpty();
84 fsset = SkFontStyleSet::CreateEmpty();
  /external/clang/lib/AST/
StmtObjC.cpp 58 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context,
StmtOpenMP.cpp 72 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C,
111 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C,
160 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C,
208 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C,
235 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C,
259 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C,
283 OMPSingleDirective *OMPSingleDirective::CreateEmpty(const ASTContext &C,
305 OMPMasterDirective *OMPMasterDirective::CreateEmpty(const ASTContext &C,
328 OMPCriticalDirective *OMPCriticalDirective::CreateEmpty(const ASTContext &C,
375 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses
    [all...]
OpenMPClause.cpp 53 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C,
89 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C,
141 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C,
163 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, unsigned N) {
220 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C,
244 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C,
290 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, unsigned N) {
335 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C,
389 OMPReductionClause *OMPReductionClause::CreateEmpty(const ASTContext &C,
411 OMPFlushClause *OMPFlushClause::CreateEmpty(const ASTContext &C, unsigned N)
    [all...]
ExprObjC.cpp 47 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C,
104 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements,
275 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context,
Stmt.cpp 322 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C,
    [all...]
ExprCXX.cpp 307 UnresolvedLookupExpr::CreateEmpty(const ASTContext &C,
463 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &C,
599 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C,
624 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C,
682 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) {
697 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) {
716 CXXFunctionalCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) {
    [all...]
Expr.cpp 418 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context,
862 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &C,
    [all...]
  /frameworks/compile/libbcc/lib/Core/
Source.cpp 171 Source *Source::CreateEmpty(BCCContext &pContext, const std::string &pName) {
  /external/clang/lib/CodeGen/
CGDebugInfo.h 578 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) {
  /external/libchrome/dbus/
message.cc 416 scoped_ptr<Response> Response::CreateEmpty() {

Completed in 349 milliseconds