Home
last modified time | relevance | path

Searched refs:CreateEmpty (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/common/extensions/
Dextension_action.h148 static T CreateEmpty() { in CreateEmpty() function
165 return iter != map->end() ? iter->second : ValueTraits<T>::CreateEmpty(); in GetValue()
197 static int CreateEmpty() {
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1654 S = AttributedStmt::CreateEmpty( in ReadStmtFromStream()
1716 S = DeclRefExpr::CreateEmpty( in ReadStmtFromStream()
1738 S = StringLiteral::CreateEmpty(Context, in ReadStmtFromStream()
1759 S = OffsetOfExpr::CreateEmpty(Context, in ReadStmtFromStream()
1842 S = ImplicitCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
1847 S = CStyleCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
1864 S = DesignatedInitExpr::CreateEmpty(Context, in ReadStmtFromStream()
1912 S = ObjCArrayLiteral::CreateEmpty(Context, in ReadStmtFromStream()
1916 S = ObjCDictionaryLiteral::CreateEmpty(Context, in ReadStmtFromStream()
1941 S = ObjCMessageExpr::CreateEmpty(Context, in ReadStmtFromStream()
[all …]
/external/clang/lib/AST/
DExprCXX.cpp234 UnresolvedLookupExpr::CreateEmpty(ASTContext &C, in CreateEmpty() function in UnresolvedLookupExpr
391 DependentScopeDeclRefExpr::CreateEmpty(ASTContext &C, in CreateEmpty() function in DependentScopeDeclRefExpr
520 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(ASTContext &C, in CreateEmpty() function in CXXStaticCastExpr
544 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(ASTContext &C, in CreateEmpty() function in CXXDynamicCastExpr
601 CXXReinterpretCastExpr::CreateEmpty(ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CXXReinterpretCastExpr
615 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(ASTContext &C) { in CreateEmpty() function in CXXConstCastExpr
634 CXXFunctionalCastExpr::CreateEmpty(ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CXXFunctionalCastExpr
1037 CXXUnresolvedConstructExpr::CreateEmpty(ASTContext &C, unsigned NumArgs) { in CreateEmpty() function in CXXUnresolvedConstructExpr
1134 CXXDependentScopeMemberExpr::CreateEmpty(ASTContext &C, in CreateEmpty() function in CXXDependentScopeMemberExpr
1247 UnresolvedMemberExpr::CreateEmpty(ASTContext &C, bool HasTemplateKWAndArgsInfo, in CreateEmpty() function in UnresolvedMemberExpr
DExpr.cpp361 DeclRefExpr *DeclRefExpr::CreateEmpty(ASTContext &Context, in CreateEmpty() function in DeclRefExpr
668 StringLiteral *StringLiteral::CreateEmpty(ASTContext &C, unsigned NumStrs) { in CreateEmpty() function in StringLiteral
1137 OffsetOfExpr *OffsetOfExpr::CreateEmpty(ASTContext &C, in CreateEmpty() function in OffsetOfExpr
1543 ImplicitCastExpr *ImplicitCastExpr::CreateEmpty(ASTContext &C, in CreateEmpty() function in ImplicitCastExpr
1565 CStyleCastExpr *CStyleCastExpr::CreateEmpty(ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CStyleCastExpr
3290 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(ASTContext &Context, in CreateEmpty() function in ObjCMessageExpr
3569 DesignatedInitExpr *DesignatedInitExpr::CreateEmpty(ASTContext &C, in CreateEmpty() function in DesignatedInitExpr
3830 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(ASTContext &C, in CreateEmpty() function in ObjCArrayLiteral
3890 ObjCDictionaryLiteral::CreateEmpty(ASTContext &C, unsigned NumElements, in CreateEmpty() function in ObjCDictionaryLiteral
DStmt.cpp286 AttributedStmt *AttributedStmt::CreateEmpty(ASTContext &C, unsigned NumAttrs) { in CreateEmpty() function in AttributedStmt
762 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(ASTContext &Context, in CreateEmpty() function in ObjCAtTryStmt
/external/clang/include/clang/AST/
DExprCXX.h231 static CXXStaticCastExpr *CreateEmpty(ASTContext &Context,
263 static CXXDynamicCastExpr *CreateEmpty(ASTContext &Context,
297 static CXXReinterpretCastExpr *CreateEmpty(ASTContext &Context,
326 static CXXConstCastExpr *CreateEmpty(ASTContext &Context);
1054 static CXXFunctionalCastExpr *CreateEmpty(ASTContext &Context,
2525 static UnresolvedLookupExpr *CreateEmpty(ASTContext &C,
2612 static DependentScopeDeclRefExpr *CreateEmpty(ASTContext &C,
2840 static CXXUnresolvedConstructExpr *CreateEmpty(ASTContext &C,
2989 CreateEmpty(ASTContext &C, bool HasTemplateKWAndArgsInfo,
3217 CreateEmpty(ASTContext &C, bool HasTemplateKWAndArgsInfo,
DExprObjC.h152 static ObjCArrayLiteral *CreateEmpty(ASTContext &C, unsigned NumElements);
292 static ObjCDictionaryLiteral *CreateEmpty(ASTContext &C,
1131 static ObjCMessageExpr *CreateEmpty(ASTContext &Context,
DStmtObjC.h189 static ObjCAtTryStmt *CreateEmpty(ASTContext &Context,
DExpr.h884 static DeclRefExpr *CreateEmpty(ASTContext &Context,
1388 static StringLiteral *CreateEmpty(ASTContext &C, unsigned NumStrs);
1774 static OffsetOfExpr *CreateEmpty(ASTContext &C,
2647 static ImplicitCastExpr *CreateEmpty(ASTContext &Context, unsigned PathSize);
2744 static CStyleCastExpr *CreateEmpty(ASTContext &Context, unsigned PathSize);
3887 static DesignatedInitExpr *CreateEmpty(ASTContext &C, unsigned NumIndexExprs);
DStmt.h823 static AttributedStmt *CreateEmpty(ASTContext &C, unsigned NumAttrs);
/external/llvm/include/llvm/Bitcode/
DArchive.h273 static Archive* CreateEmpty(
/external/llvm/lib/Archive/
DArchiveWriter.cpp69 Archive* Archive::CreateEmpty(const sys::Path& FilePath, LLVMContext& C) { in CreateEmpty() function in Archive
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp718 TheArchive = Archive::CreateEmpty(ArchivePath, Context); in main()