/external/clang/tools/libclang/ |
CXStoredDiagnostic.cpp | 69 return cxstring::createEmpty();
|
CXString.h | 31 CXString createEmpty();
|
CIndexUSRs.cpp | 828 return cxstring::createEmpty(); 832 return cxstring::createEmpty(); 836 return cxstring::createEmpty(); 841 return cxstring::createEmpty(); 853 return cxstring::createEmpty(); 857 return cxstring::createEmpty(); 869 return cxstring::createEmpty();
|
CIndexCodeCompletion.cpp | 143 return cxstring::createEmpty(); [all...] |
CIndex.cpp | [all...] |
CXLoadedDiagnostic.cpp | 103 return cxstring::createEmpty(); 242 *errorString = cxstring::createEmpty();
|
CXType.cpp | 217 return cxstring::createEmpty(); 808 return cxstring::createEmpty();
|
/external/skia/include/ports/ |
SkFontMgr.h | 28 static SkFontStyleSet* CreateEmpty();
|
/external/clang/lib/AST/ |
ExprCXX.cpp | 251 UnresolvedLookupExpr::CreateEmpty(ASTContext &C, 408 DependentScopeDeclRefExpr::CreateEmpty(ASTContext &C, 544 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(ASTContext &C, 569 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(ASTContext &C, 627 CXXReinterpretCastExpr::CreateEmpty(ASTContext &C, unsigned PathSize) { 642 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(ASTContext &C) { 661 CXXFunctionalCastExpr::CreateEmpty(ASTContext &C, unsigned PathSize) { [all...] |
Stmt.cpp | 294 AttributedStmt *AttributedStmt::CreateEmpty(ASTContext &C, unsigned NumAttrs) { 747 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(ASTContext &Context, [all...] |
Expr.cpp | 448 DeclRefExpr *DeclRefExpr::CreateEmpty(ASTContext &Context, 781 StringLiteral *StringLiteral::CreateEmpty(ASTContext &C, unsigned NumStrs) { [all...] |
/external/chromium_org/chromeos/dbus/ |
modem_messaging_client_unittest.cc | 201 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); 220 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
|
cros_disks_client_unittest.cc | 61 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
|
fake_nfc_adapter_client.cc | 53 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
|
/external/chromium_org/chrome/browser/extensions/ |
extension_action.h | 271 static T CreateEmpty() { 298 return ValueTraits<T>::CreateEmpty(); 373 static int CreateEmpty() {
|
/external/chromium_org/dbus/ |
mock_unittest.cc | 94 scoped_ptr<Response> response = Response::CreateEmpty();
|
/external/chromium_org/remoting/protocol/ |
content_description.cc | 220 CandidateSessionConfig::CreateEmpty());
|
session_config.h | 156 static scoped_ptr<CandidateSessionConfig> CreateEmpty();
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
MutationRecord.cpp | 88 nodeList = StaticNodeList::createEmpty();
|
/frameworks/compile/libbcc/lib/Core/ |
Source.cpp | 159 Source *Source::CreateEmpty(BCCContext &pContext, const std::string &pName) {
|
/external/chromium_org/third_party/skia/include/core/ |
SkPathRef.h | 115 static SkPathRef* CreateEmpty(); 423 * Called the first time someone calls CreateEmpty to actually create the singleton.
|
/external/clang/include/clang/AST/ |
StmtOpenMP.h | 240 static OMPPrivateClause *CreateEmpty(ASTContext &C, unsigned N); 399 static OMPParallelDirective *CreateEmpty(ASTContext &C, unsigned N,
|
StmtObjC.h | 188 static ObjCAtTryStmt *CreateEmpty(ASTContext &Context,
|
ExprCXX.h | 249 static CXXStaticCastExpr *CreateEmpty(ASTContext &Context, 281 static CXXDynamicCastExpr *CreateEmpty(ASTContext &Context, 318 static CXXReinterpretCastExpr *CreateEmpty(ASTContext &Context, 349 static CXXConstCastExpr *CreateEmpty(ASTContext &Context); [all...] |
/external/skia/include/core/ |
SkPathRef.h | 115 static SkPathRef* CreateEmpty(); 423 * Called the first time someone calls CreateEmpty to actually create the singleton.
|