Searched defs:Cat (Results 1 - 8 of 8) sorted by relevance

/external/skia/tools/
H A Dsvn.py28 def Cat(svn_url): function
/external/clang/tools/libclang/
H A DIndexDecl.cpp198 const ObjCCategoryDecl *Cat = D->getCategoryDecl(); local
199 if (!Cat)
/external/chromium_org/third_party/re2/re2/
H A Dcompile.cc162 Frag Cat(Frag a, Frag b);
307 Frag Compiler::Cat(Frag a, Frag b) { function in class:re2::Compiler
706 f = Cat(f, ByteRange((uint8)buf[i], buf[i], false));
737 f = Cat(DotStar(), Cat(EmptyWidth(kEmptyEndText), f));
744 f = Cat(f, child_frags[i]);
777 f = Cat(f, f1);
1019 Frag all = c.Cat(f, c.Match(0));
1034 Frag unanchored = c.Cat(c.DotStar(), all);
1109 all = c.Cat(
[all...]
/external/regex-re2/re2/
H A Dcompile.cc161 Frag Cat(Frag a, Frag b);
306 Frag Compiler::Cat(Frag a, Frag b) { function in class:re2::Compiler
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(
[all...]
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp209 static void setNextObjCCategory(ObjCCategoryDecl *Cat, argument
211 Cat->NextClassCategory = Next;
2681 void add(ObjCCategoryDecl *Cat) { argument
2683 if (!Deserialized.erase(Cat))
2687 if (Cat->getDeclName()) {
2688 ObjCCategoryDecl *&Existing = NameCategoryMap[Cat->getDeclName()];
2691 != Reader.getOwningModuleFile(Cat)) {
2703 Reader.Diag(Cat->getLocation(), diag::warn_dup_category_def)
2704 << Interface->getDeclName() << Cat->getDeclName();
2708 Existing = Cat;
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h979 static bool isVisibleCategory(ObjCCategoryDecl *Cat);
1034 static bool isVisibleExtension(ObjCCategoryDecl *Cat);
1062 static bool isKnownExtension(ObjCCategoryDecl *Cat);
1168 const ObjCCategoryDecl *Cat) const {
1170 false/*shallowCategoryLookup*/, Cat);
2286 inline bool ObjCInterfaceDecl::isVisibleCategory(ObjCCategoryDecl *Cat) { argument
2287 return !Cat->isHidden();
2290 inline bool ObjCInterfaceDecl::isVisibleExtension(ObjCCategoryDecl *Cat) { argument
2291 return Cat->IsClassExtension() && !Cat
2294 isKnownExtension(ObjCCategoryDecl *Cat) argument
[all...]
H A DExpr.h419 void setValueKind(ExprValueKind Cat) { ExprBits.ValueKind = Cat; } argument
422 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; } argument
2752 ExprValueKind Cat);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 111 milliseconds