HomeSort by relevance Sort by last modified time
    Searched full:categoryid (Results 1 - 10 of 10) sorted by null

  /external/clang/test/Analysis/
pr4209.m 52 -(NSString*) categoryID; // expected-note {{method definition for 'categoryID' not found}} expected-note {{using}}
55 - (int) categoryID; // expected-note {{also found}}
62 GSEbayCategory *category = [rootCategory subcategoryWithID:[[inCategory categoryID] intValue]]; // expected-warning {{multiple methods named 'categoryID' found}}
66 while ((((void*)0) != (parent = [parent parent])) && ([parent categoryID] != 0)) {
67 NSMutableDictionary *treeCategoryDict = [self categoryDictionaryForCategoryID:[parent categoryID] inRootTreeCategories:inRootTreeCategories];
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 142 if (unsigned CategoryID = clang_getDiagnosticCategory(Diagnostic)) {
148 Out << CategoryID;
154 CXString CategoryName = clang_getDiagnosticCategoryName(CategoryID);
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 229 /// category, an empty string if CategoryID is zero, or null if CategoryID is
231 llvm::StringRef DiagnosticIDs::getCategoryNameFromID(unsigned CategoryID) {
232 if (CategoryID >= getNumberOfCategories())
234 return CategoryNameTable[CategoryID].getName();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
plugin.xml 437 categoryId="org.eclipse.debug.ui.category.run"
443 categoryId="org.eclipse.debug.ui.category.run"
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 146 static llvm::StringRef getCategoryNameFromID(unsigned CategoryID);
  /external/clang/lib/AST/
DeclObjC.cpp 649 /// in 'CategoryId'. If category not found, return 0;
652 ObjCInterfaceDecl::FindCategoryDeclaration(IdentifierInfo *CategoryId) const {
658 if (Category->getIdentifier() == CategoryId)
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 157 IdentifierInfo *categoryId = 0;
165 categoryId = Tok.getIdentifierInfo();
193 categoryId, categoryLoc,
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 519 ObjCCategoryDecl *FindCategoryDeclaration(IdentifierInfo *CategoryId) const;
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
  /external/webkit/PerformanceTests/Parser/resources/
final-url-en 427 http://aec.cadalyst.com/aec/article/articleList.jsp?categoryId=6705
    [all...]

Completed in 168 milliseconds