Searched refs:CategoryName (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/TableGen/
H A DDiagnosticBase.inc18 string CategoryName = "";
28 string CategoryName = "";
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformInstrumentation.h56 : TraceEvent::TraceScopedTrackableObject<void*>(CategoryName, LazyPixelRef, instance)
83 static const char CategoryName[]; member in class:blink::PlatformInstrumentation
92 TRACE_EVENT_BEGIN1(CategoryName, ImageDecodeEvent, ImageTypeArgument, imageType.ascii());
99 TRACE_EVENT_END0(CategoryName, ImageDecodeEvent);
106 TRACE_EVENT_BEGIN1(CategoryName, ImageResizeEvent, CachedArgument, shouldCache);
113 TRACE_EVENT_END0(CategoryName, ImageResizeEvent);
120 TRACE_EVENT_INSTANT1(CategoryName, DrawLazyPixelRefEvent, LazyPixelRef, lazyPixelRefId);
125 TRACE_EVENT_BEGIN1(CategoryName, DecodeLazyPixelRefEvent, LazyPixelRef, lazyPixelRefId);
130 TRACE_EVENT_END0(CategoryName, DecodeLazyPixelRefEvent);
H A DPlatformInstrumentation.cpp37 const char PlatformInstrumentation::CategoryName[] = TRACE_DISABLED_BY_DEFAULT("devtools.timeline"); member in class:blink::PlatformInstrumentation
/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp354 CXString CategoryName = clang_getDiagnosticCategoryText(Diagnostic); local
359 Out << clang_getCString(CategoryName);
362 clang_disposeString(CategoryName);
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp395 const StringRef &CategoryName,
879 const StringRef &CategoryName, const Selector MethodName,
885 CategoryName + "_" + MethodNameColonStripped).str();
1467 const StringRef &CategoryName,
1484 TheModule.getFunction(SymbolNameForMethod(ClassName, CategoryName,
1921 const std::string CategoryName = "AnotherHack"; local
1922 Elements.push_back(MakeConstantString(CategoryName));
1926 ClassName, CategoryName, MethodSels, MethodTypes, false), PtrTy));
1929 ClassName, CategoryName, MethodSels, MethodTypes, true), PtrTy));
2004 std::string CategoryName local
878 SymbolNameForMethod(const StringRef &ClassName, const StringRef &CategoryName, const Selector MethodName, bool isClassMethod) argument
1466 GenerateMethodList(const StringRef &ClassName, const StringRef &CategoryName, ArrayRef<Selector> MethodSels, ArrayRef<llvm::Constant *> MethodTypes, bool isClassMethodList) argument
2585 StringRef CategoryName = OCD ? OCD->getName() : ""; local
[all...]
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp890 IdentifierInfo *CategoryName,
904 CategoryName == nullptr)) {
909 ClassLoc, CategoryLoc, CategoryName,IDecl);
918 if (!CategoryName && IDecl->getImplementation()) {
924 if (CategoryName) {
927 = IDecl->FindCategoryDeclaration(CategoryName)) {
930 << ClassName << CategoryName; local
936 ClassLoc, CategoryLoc, CategoryName, IDecl);
888 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CategoryName, SourceLocation CategoryLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc) argument
/external/clang/include/clang/Sema/
H A DSema.h6793 IdentifierInfo *CategoryName,

Completed in 725 milliseconds