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/core/platform/
H A DPlatformInstrumentation.h68 static const char CategoryName[]; member in class:WebCore::PlatformInstrumentation
77 TRACE_EVENT_BEGIN1(CategoryName, ImageDecodeEvent, ImageTypeArgument, TRACE_STR_COPY(imageType.ascii().data()));
84 TRACE_EVENT_END0(CategoryName, ImageDecodeEvent);
91 TRACE_EVENT_BEGIN1(CategoryName, ImageResizeEvent, CachedArgument, shouldCache);
98 TRACE_EVENT_END0(CategoryName, ImageResizeEvent);
H A DPlatformInstrumentation.cpp37 const char PlatformInstrumentation::CategoryName[] = "webkit"; member in class:WebCore::PlatformInstrumentation
/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp338 CXString CategoryName = clang_getDiagnosticCategoryText(Diagnostic); local
343 Out << clang_getCString(CategoryName);
346 clang_disposeString(CategoryName);
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp395 const StringRef &CategoryName,
902 const StringRef &CategoryName, const Selector MethodName,
908 CategoryName + "_" + MethodNameColonStripped).str();
1488 const StringRef &CategoryName,
1505 TheModule.getFunction(SymbolNameForMethod(ClassName, CategoryName,
1949 const std::string CategoryName = "AnotherHack"; local
1950 Elements.push_back(MakeConstantString(CategoryName));
1954 ClassName, CategoryName, MethodSels, MethodTypes, false), PtrTy));
1957 ClassName, CategoryName, MethodSels, MethodTypes, true), PtrTy));
2033 std::string CategoryName local
901 SymbolNameForMethod(const StringRef &ClassName, const StringRef &CategoryName, const Selector MethodName, bool isClassMethod) argument
1487 GenerateMethodList(const StringRef &ClassName, const StringRef &CategoryName, ArrayRef<Selector> MethodSels, ArrayRef<llvm::Constant *> MethodTypes, bool isClassMethodList) argument
2629 StringRef CategoryName = OCD ? OCD->getName() : ""; local
[all...]
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp844 IdentifierInfo *CategoryName,
858 CategoryName == 0)) {
863 ClassLoc, CategoryLoc, CategoryName,IDecl);
872 if (!CategoryName && IDecl->getImplementation()) {
878 if (CategoryName) {
881 = IDecl->FindCategoryDeclaration(CategoryName)) {
884 << ClassName << CategoryName; local
890 ClassLoc, CategoryLoc, CategoryName, IDecl);
842 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.h6481 IdentifierInfo *CategoryName,

Completed in 277 milliseconds