HomeSort by relevance Sort by last modified time
    Searched refs:CreateEmpty (Results 1 - 12 of 12) 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() {
  /external/clang/lib/AST/
ExprCXX.cpp 225 UnresolvedLookupExpr::CreateEmpty(ASTContext &C,
381 DependentScopeDeclRefExpr::CreateEmpty(ASTContext &C,
510 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(ASTContext &C,
534 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(ASTContext &C,
588 CXXReinterpretCastExpr::CreateEmpty(ASTContext &C, unsigned PathSize) {
602 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(ASTContext &C) {
621 CXXFunctionalCastExpr::CreateEmpty(ASTContext &C, unsigned PathSize) {
    [all...]
Expr.cpp 346 DeclRefExpr *DeclRefExpr::CreateEmpty(ASTContext &Context,
627 StringLiteral *StringLiteral::CreateEmpty(ASTContext &C, unsigned NumStrs) {
    [all...]
Stmt.cpp 592 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(ASTContext &Context,
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/llvm/include/llvm/Bitcode/
Archive.h 279 static Archive* CreateEmpty(
  /external/clang/include/clang/AST/
ExprCXX.h 225 static CXXStaticCastExpr *CreateEmpty(ASTContext &Context,
257 static CXXDynamicCastExpr *CreateEmpty(ASTContext &Context,
291 static CXXReinterpretCastExpr *CreateEmpty(ASTContext &Context,
320 static CXXConstCastExpr *CreateEmpty(ASTContext &Context);
    [all...]
StmtObjC.h 191 static ObjCAtTryStmt *CreateEmpty(ASTContext &Context,
ExprObjC.h 152 static ObjCArrayLiteral *CreateEmpty(ASTContext &C, unsigned NumElements);
292 static ObjCDictionaryLiteral *CreateEmpty(ASTContext &C,
    [all...]
Expr.h     [all...]
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 69 Archive* Archive::CreateEmpty(const sys::Path& FilePath, LLVMContext& C) {
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 725 TheArchive = Archive::CreateEmpty(ArchivePath, Context);

Completed in 1345 milliseconds