HomeSort by relevance Sort by last modified time
    Searched refs:CreateEmpty (Results 26 - 39 of 39) sorted by null

12

  /external/clang/include/clang/AST/
ExprObjC.h 162 static ObjCArrayLiteral *CreateEmpty(const ASTContext &C,
310 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C,
    [all...]
Expr.h     [all...]
Stmt.h 847 static AttributedStmt *CreateEmpty(const ASTContext &C, unsigned NumAttrs);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 578 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) {
CGBlocks.cpp     [all...]
CGStmt.cpp 595 auto NL = ApplyDebugLocation::CreateEmpty(*this);
604 auto NL = ApplyDebugLocation::CreateEmpty(*this);
    [all...]
CGOpenMPRuntime.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/skia/src/core/
SkPathRef.cpp 49 SkPathRef* SkPathRef::CreateEmpty() {
SkPath.cpp 128 : fPathRef(SkPathRef::CreateEmpty()) {
341 fPathRef.reset(SkPathRef::CreateEmpty());
    [all...]
  /external/clang/lib/AST/
Expr.cpp 418 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context,
862 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &C,
    [all...]
Stmt.cpp 322 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C,
    [all...]
  /external/libchrome/dbus/
message.cc 416 scoped_ptr<Response> Response::CreateEmpty() {
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp 56 return spPropVal->CreateEmpty(ppInsp);
    [all...]

Completed in 1144 milliseconds

12