HomeSort by relevance Sort by last modified time
    Searched refs:Cat (Results 1 - 25 of 25) sorted by null

  /external/clang/lib/AST/
DeclObjC.cpp 155 Cat = OID->visible_categories_begin(),
157 Cat != CatEnd; ++Cat) {
158 if (!Cat->IsClassExtension())
159 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId))
405 Cat = ClassDecl->visible_categories_begin(),
407 Cat != CatEnd; ++Cat) {
408 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
414 Cat->getReferencedProtocols()
    [all...]
DumpXML.cpp 770 Cat = D->visible_categories_begin(),
772 Cat != CatEnd; ++Cat) {
773 visitDeclRef(*Cat);
ASTImporter.cpp     [all...]
ASTContext.cpp 2310 const ConstantArrayType *cat = cast<ConstantArrayType>(ty); local
    [all...]
  /external/v8/test/mjsunit/
debug-liveedit-1.js 34 + " function ChooseAnimal() { return 'Cat'; } "
37 assertEquals("Cat", ChooseAnimal());
41 var orig_animal = "Cat";
debug-liveedit-2.js 39 " return 'Cat';\n" +
45 assertEquals("Cat", old_closure());
49 var orig_animal = "'Cat'";
66 assertEquals("Cat", old_closure());
debug-liveedit-newsource.js 36 + " return 'Cat';\n"
48 assertEquals("Cat", ChooseAnimal());
53 var new_source = script.source.replace("Cat", "Cap' + 'yb' + 'ara");
debug-liveedit-check-stack.js 42 " return 'Cat';\n" +
50 var orig_animal = "'Cat'";
124 assertEquals("Cat", test.ChooseAnimal(Noop));
139 assertEquals("Cat", test.ChooseAnimal(WrapInNativeCall(WrapInDebuggerCall(WrapInCatcher(test.ScriptChanger, exception_holder)))));
debug-liveedit-patch-positions.js 41 "/*$*/ var res/*$*/ =/*$*/ (function() { return 'Cat'; } )();\n" +
109 var pcArray1 = ApplyPatch('Cat', 'Dog');
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 93 Cat = ID->getClassInterface()->visible_categories_begin(),
95 Cat != CatEnd; ++Cat) {
96 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation())
  /external/regex-re2/re2/
compile.cc 161 Frag Cat(Frag a, Frag b);
306 Frag Compiler::Cat(Frag a, Frag b) {
705 f = Cat(f, ByteRange((uint8)buf[i], buf[i], false));
736 f = Cat(DotStar(), Cat(EmptyWidth(kEmptyEndText), f));
743 f = Cat(f, child_frags[i]);
776 f = Cat(f, f1);
1018 Frag all = c.Cat(f, c.Match(0));
1033 Frag unanchored = c.Cat(c.DotStar(), all);
1108 all = c.Cat(c.DotStar(), all)
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 311 if (const ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(CurDC)) {
312 const ObjCInterfaceDecl *Interface = Cat->getClassInterface();
320 OS << Interface->getName() << '(' << Cat->getName() << ')';
SemaCodeComplete.cpp     [all...]
SemaObjCProperty.cpp 234 } else if (ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(ClassDecl)) {
235 for (ObjCCategoryDecl::protocol_iterator P = Cat->protocol_begin(),
236 PEnd = Cat->protocol_end();
    [all...]
SemaDeclObjC.cpp 130 if (ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(DC))
131 CurrentClass = Cat->getClassInterface();
758 void Sema::DiagnoseClassExtensionDupMethods(ObjCCategoryDecl *CAT,
772 for (ObjCCategoryDecl::method_iterator i = CAT->meth_begin(),
773 e = CAT->meth_end(); i != e; ++i) {
    [all...]
SemaLookup.cpp     [all...]
  /external/clang/tools/libclang/
IndexDecl.cpp 184 const ObjCCategoryDecl *Cat = D->getCategoryDecl();
185 if (!Cat)
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
Expr.h 420 void setValueKind(ExprValueKind Cat) { ExprBits.ValueKind = Cat; }
423 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; }
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 209 static void setNextObjCCategory(ObjCCategoryDecl *Cat,
211 Cat->NextClassCategory = Next;
    [all...]
ASTWriterDecl.cpp 500 if (ObjCCategoryDecl *Cat = D->getCategoryListRaw()) {
505 for (; Cat; Cat = Cat->getNextClassCategoryRaw())
506 (void)Writer.GetDeclRef(Cat);
    [all...]
ASTWriter.cpp     [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 286 milliseconds