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

  /external/chromium/chrome/common/extensions/
extension_action.h 148 static T CreateEmpty() {
165 return iter != map->end() ? iter->second : ValueTraits<T>::CreateEmpty();
197 static int CreateEmpty() {
  /frameworks/compile/libbcc/include/bcc/
Source.h 58 static Source *CreateEmpty(BCCContext &pContext, const std::string &pName);
  /external/clang/lib/AST/
ExprCXX.cpp 249 UnresolvedLookupExpr::CreateEmpty(ASTContext &C,
406 DependentScopeDeclRefExpr::CreateEmpty(ASTContext &C,
542 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(ASTContext &C,
567 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(ASTContext &C,
625 CXXReinterpretCastExpr::CreateEmpty(ASTContext &C, unsigned PathSize) {
640 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(ASTContext &C) {
659 CXXFunctionalCastExpr::CreateEmpty(ASTContext &C, unsigned PathSize) {
    [all...]
Expr.cpp 432 DeclRefExpr *DeclRefExpr::CreateEmpty(ASTContext &Context,
765 StringLiteral *StringLiteral::CreateEmpty(ASTContext &C, unsigned NumStrs) {
    [all...]
Stmt.cpp 293 AttributedStmt *AttributedStmt::CreateEmpty(ASTContext &C, unsigned NumAttrs) {
755 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(ASTContext &Context,
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 248 static CXXStaticCastExpr *CreateEmpty(ASTContext &Context,
281 static CXXDynamicCastExpr *CreateEmpty(ASTContext &Context,
316 static CXXReinterpretCastExpr *CreateEmpty(ASTContext &Context,
345 static CXXConstCastExpr *CreateEmpty(ASTContext &Context);
    [all...]
StmtObjC.h 188 static ObjCAtTryStmt *CreateEmpty(ASTContext &Context,
ExprObjC.h 151 static ObjCArrayLiteral *CreateEmpty(ASTContext &C, unsigned NumElements);
298 static ObjCDictionaryLiteral *CreateEmpty(ASTContext &C,
    [all...]
Expr.h     [all...]
Stmt.h 829 static AttributedStmt *CreateEmpty(ASTContext &C, unsigned NumAttrs);
    [all...]
  /external/llvm/include/llvm/Bitcode/
Archive.h 273 static Archive* CreateEmpty(
  /frameworks/compile/libbcc/lib/Core/
Source.cpp 187 Source *Source::CreateEmpty(BCCContext &pContext, const std::string &pName) {
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 70 Archive* Archive::CreateEmpty(const sys::Path& FilePath, LLVMContext& C) {
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 739 TheArchive = Archive::CreateEmpty(ArchivePath, Context);
  /external/skia/src/core/
SkPathRef.h 176 static SkPathRef* CreateEmpty() {
SkPath.cpp 217 : fPathRef(SkPathRef::CreateEmpty(), this)
219 : fPathRef(SkPathRef::CreateEmpty())
412 fPathRef.reset(SkPathRef::CreateEmpty());
    [all...]

Completed in 940 milliseconds