Searched defs:Class (Results 76 - 100 of 118) sorted by relevance

12345

/external/clang/lib/Sema/
H A DSemaAccess.cpp571 const CXXRecordDecl *Class) {
575 for (auto *Friend : Class->friends()) {
968 const CXXRecordDecl *NC = I->Class->getCanonicalDecl();
1200 const CXXRecordDecl *derivingClass = i->Class->getCanonicalDecl();
1852 /// \return true if the Decl is accessible from the Class, false otherwise.
1854 if (CXXRecordDecl *Class = dyn_cast<CXXRecordDecl>(Ctx)) {
1858 QualType qType = Class->getTypeForDecl()->getCanonicalTypeInternal();
1859 AccessTarget Entity(Context, AccessedEntity::Member, Class,
569 GetFriendKind(Sema &S, const EffectiveContext &EC, const CXXRecordDecl *Class) argument
H A DSemaCast.cpp796 const CXXRecordDecl *Class = IElem->Class, local
797 *ClassDefinition = Class->getDefinition();
798 if (Class->isInvalidDecl() || !ClassDefinition ||
803 Self.Context.getASTRecordLayout(Class);
H A DSemaLambda.cpp252 CXXRecordDecl *Class = CXXRecordDecl::CreateLambda(Context, DC, Info, local
257 DC->addDecl(Class);
259 return Class;
353 CXXMethodDecl *Sema::startLambdaDefinition(CXXRecordDecl *Class, argument
364 if (Class->isDependentContext() || TemplateParams) {
387 = CXXMethodDecl::Create(Context, Class, EndLoc,
403 FunctionTemplateDecl::Create(Context, Class,
426 getCurrentMangleNumberContext(Class->getDeclContext(),
429 Class->setLambdaMangling(ManglingNumber, ManglingContextDecl);
918 CXXRecordDecl *Class local
1151 CXXRecordDecl *Class = LSI->Lambda; local
1163 addFunctionPointerConversion(Sema &S, SourceRange IntroducerRange, CXXRecordDecl *Class, CXXMethodDecl *CallOperator) argument
1339 addBlockPointerConversion(Sema &S, SourceRange IntroducerRange, CXXRecordDecl *Class, CXXMethodDecl *CallOperator) argument
1391 CXXRecordDecl *Class; local
[all...]
H A DSemaDeclObjC.cpp49 // We ignore protocols here. Should we? What about Class?
493 // Class already seen. Was it a definition?
924 // Class extensions can be declared multiple times, categories cannot.
2498 return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) !=
3346 ObjCInterfaceDecl *Class = getObjCInterfaceDecl(ClassName, DeclStart); local
3347 if (!Class) {
3358 Context.DeepCollectObjCIvars(Class, true, Ivars);
H A DSemaExprObjC.cpp150 const ObjCInterfaceDecl *Class,
154 S.Diag(Loc, diag::err_undeclared_boxing_method) << Sel << Class->getName();
1162 if (ObjCInterfaceDecl *Class = CurMethod->getClassInterface())
1164 Context.getObjCInterfaceType(Class));
1171 // - if the receiver is of type Class or qualified Class type,
1177 // - if the receiver is id, qualified id, Class, or qualified Class, T
1694 if (ObjCInterfaceDecl *Class = CurMethod->getClassInterface()) {
1696 ObjCInterfaceDecl *Super = Class
149 validateBoxingMethod(Sema &S, SourceLocation Loc, const ObjCInterfaceDecl *Class, Selector Sel, const ObjCMethodDecl *Method) argument
1907 ObjCInterfaceDecl *Class = Method->getClassInterface(); local
2110 ObjCInterfaceDecl *Class = nullptr; local
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp119 FoundationClass Class,
153 FoundationClass Class,
166 if (Class == FC_NSArray) {
168 } else if (Class == FC_NSDictionary) {
180 if (Class == FC_NSDictionary) {
222 FoundationClass Class = findKnownClass(ID);
228 if (Class == FC_NSString) {
258 } else if (Class == FC_NSArray) {
287 } else if (Class == FC_NSDictionary) {
307 warnIfNilArg(C, msg, /* Arg */1, Class);
150 warnIfNilArg(CheckerContext &C, const ObjCMethodCall &msg, unsigned int Arg, FoundationClass Class, bool CanBeSubscript) const argument
652 const ObjCInterfaceDecl *Class = msg.getReceiverInterface(); local
715 const ObjCInterfaceDecl *Class = MD->getClassInterface(); local
728 const ObjCInterfaceDecl *Class = msg.getReceiverInterface(); local
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp973 const CXXRecordDecl *Class = Super->getValueType()->getAsCXXRecordDecl(); local
974 if (!Class)
978 return Class->isVirtuallyDerivedFrom(BaseClass);
980 for (const auto &I : Class->bases()) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp258 static void getObjCClassCategory(StringRef In, StringRef &Class, argument
261 Class = In.slice(In.find('[') + 1, In.find(' '));
266 Class = In.slice(In.find('[') + 1, In.find('('));
292 StringRef Class, Category; local
293 getObjCClassCategory(SP->getName(), Class, Category);
294 addAccelObjC(Class, Die);
/external/llvm/lib/TableGen/
H A DRecord.cpp2027 Record *Class = getClass(ClassName); local
2028 if (!Class)
2033 if (D.second->isSubClassOf(Class))
H A DTGParser.cpp381 return K == tgtok::Class || K == tgtok::Def ||
1220 Record *Class = Records.getClass(Name); local
1221 if (!Class) {
1226 std::vector<Init*> ValueList = ParseValueList(CurRec, Class);
1242 SCRef.Rec = Class;
1279 Class->getDefInit()->getType());
2151 assert(Lex.getCode() == tgtok::Class && "Unexpected token!");
2163 return TokError("Class '" + CurRec->getNameInitAsString()
2667 case tgtok::Class: return ParseClass();
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp491 ARCInstKind &Class);
639 ARCInstKind &Class) {
666 Class = ARCInstKind::Autorelease;
683 ARCInstKind Class = GetBasicARCInstKind(Inst); local
685 DEBUG(dbgs() << "Visiting: Class: " << Class << "; " << *Inst << "\n");
687 switch (Class) {
753 OptimizeAutoreleaseRVCall(F, Inst, Class);
758 if (IsAutorelease(Class) && Inst->use_empty()) {
781 Class
637 OptimizeAutoreleaseRVCall(Function &F, Instruction *AutoreleaseRV, ARCInstKind &Class) argument
1099 ARCInstKind Class = GetARCInstKind(Inst); local
1250 ARCInstKind Class = GetARCInstKind(Inst); local
1817 ARCInstKind Class = GetBasicARCInstKind(Inst); local
1921 ARCInstKind Class = GetBasicARCInstKind(Inst); local
[all...]
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp305 ClassInfo *Class; member in struct:__anon11333::MatchableInfo::AsmOperand
316 explicit AsmOperand(StringRef T) : Token(T), Class(nullptr), SubOpIdx(-1),
505 if (*AsmOperands[i].Class < *RHS.AsmOperands[i].Class)
507 if (*RHS.AsmOperands[i].Class < *AsmOperands[i].Class)
542 if (AsmOperands[i].Class->Kind != RHS.AsmOperands[i].Class->Kind ||
543 AsmOperands[i].Class->Kind == ClassInfo::Token)
544 if (*AsmOperands[i].Class < *RH
[all...]
H A DCodeGenDAGPatterns.cpp1625 static bool isOperandClass(const TreePatternNode *N, StringRef Class) { argument
1627 return N->getOperator()->isSubClassOf(Class);
1630 if (DI && DI->getDef()->isSubClassOf(Class))
/external/tcpdump/
H A Dprint-snmp.c232 } Class[] = { variable in typeref:struct:__anon14687
495 if (class >= sizeof(Class)/sizeof(Class[0])) {
499 if ((int)id >= Class[class].numIDs) {
500 printf("[id?%c/%s/%d]", *Form[form], Class[class].name, id);
542 Class[class].Id[id]);
586 Class[class].Id[id]);
612 Class[class].name, Class[class].Id[id]);
632 printf("C/U/%s", Class[clas
[all...]
/external/v8/benchmarks/
H A Draytrace.js33 var Class = {
77 Flog.RayTracer.Color = Class.create();
195 Flog.RayTracer.Light = Class.create();
216 Flog.RayTracer.Vector = Class.create();
280 Flog.RayTracer.Ray = Class.create();
298 Flog.RayTracer.Scene = Class.create();
322 Flog.RayTracer.Material.BaseMaterial = Class.create();
355 Flog.RayTracer.Material.Solid = Class.create();
380 Flog.RayTracer.Material.Chessboard = Class.create();
417 Flog.RayTracer.Shape.Sphere = Class
[all...]
/external/v8/src/
H A Dtypes.h48 // Class(map) < T iff instance_type(map) < T
59 // Note also that Constant(x) < Class(map(x)) does _not_ hold, since x's map can
64 // considers the _current_ state only, i.e., Constant(x) <_now Class(map(x)).
140 // bitsets. Bit 0 is reserved for tagging. Class is a heap pointer to the
327 static TypeHandle Class(i::Handle<i::Map> map, Region* region) { function in class:v8::internal::TypeImpl
709 // Class types.
/external/v8/test/cctest/
H A Dtest-types.cc97 ObjectClass = Type::Class(object_map, region);
98 ArrayClass = Type::Class(array_map, region);
99 NumberClass = Type::Class(number_map, region);
100 UninitializedClass = Type::Class(uninitialized_map, region);
106 types.push_back(Type::Class(*it, region));
211 TypeHandle Class(Handle<i::Map> map) { function in class:Types
212 return Type::Class(map, region_);
278 return Type::Class(maps[i], region_);
480 void Class() { function in struct:Tests
484 TypeHandle type = T.Class(ma
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
H A Dmootools-core-full-nocompat.js9 - packager build Core/Core Core/Array Core/String Core/Number Core/Function Core/Object Core/Event Core/Browser Core/Class Core/Class.Extras Core/Slick.Parser Core/Slick.Finder Core/Element Core/Element.Style Core/Element.Event Core/Element.Delegation Core/Element.Dimensions Core/Fx Core/Fx.CSS Core/Fx.Tween Core/Fx.Morph Core/Fx.Transitions Core/Request Core/Request.HTML Core/Request.JSON Core/Cookie Core/JSON Core/DOMReady
28 - Class implementation inspired by [Base.js](http://dean.edwards.name/weblog/2006/03/base/) Copyright (c) 2006 Dean Edwards, [GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)
1253 name: Class
1255 description: Contains the Class Function for easily creating, extending, and implementing reusable Classes.
1261 provides: Class
1268 var Class = this.Class = new Type('Class', function(params){
1280 newClass.$constructor = Class;
[all...]
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h1716 template <typename Class, typename FieldType>
1719 FieldMatcher(FieldType Class::*field, argument
1745 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj,
1751 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
1763 const FieldType Class::*field_;
1771 template <typename Class, typename PropertyType>
1780 PropertyMatcher(PropertyType (Class::*property)() const,
1806 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj,
1815 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
1827 PropertyType (Class
2814 Field( FieldType Class::*field, const FieldMatcher& matcher) argument
[all...]
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h334 enum class PDB_UdtType { Struct, Class, Union, Interface }; member in class:llvm::PDB_Checksum::PDB_Machine::PDB_Lang::PDB_UdtType
/external/clang/include/clang/Parse/
H A DParser.h899 ParsingClass *Class; member in class:clang::Parser::LateParsedClass
1156 void DeallocateParsedClasses(ParsingClass *Class);
1171 void ParseLexedAttributes(ParsingClass &Class);
1176 void ParseLexedMethodDeclarations(ParsingClass &Class);
1178 void ParseLexedMethodDefs(ParsingClass &Class);
1180 void ParseLexedMemberInitializers(ParsingClass &Class);
/external/clang/lib/AST/
H A DASTImporter.cpp1374 // Class template/non-class-template mismatch.
1791 ObjCInterfaceDecl *Class local
1793 if (!Class)
1796 return Importer.getToContext().getObjCInterfaceType(Class);
/external/clang/lib/CodeGen/
H A DCGObjC.cpp176 ObjCInterfaceDecl *Class local
179 llvm::Value *Receiver = Runtime.GetClass(*this, Class);
184 Receiver, Args, Class, MethodWithObjects);
274 case ObjCMessageExpr::Class:
326 case ObjCMessageExpr::Class: {
H A DCGObjCGNU.cpp44 /// Class that lazily initialises the runtime function. Avoids inserting the
491 const ObjCInterfaceDecl *Class,
496 const ObjCInterfaceDecl *Class,
573 /// Class representing the legacy GCC Objective-C ABI. This is the default when
618 /// Class used when targeting the new GNUstep runtime ABI.
1220 const ObjCInterfaceDecl *Class,
1259 MakeConstantString(Class->getNameAsString()));
1270 ".objc_metaclass_ref" + Class->getNameAsString(), &TheModule);
1277 ".objc_class_ref" + Class->getNameAsString(), &TheModule);
1308 llvm::MDString::get(VMContext, Class
1216 GenerateMessageSendSuper(CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, const ObjCInterfaceDecl *Class, bool isCategoryImpl, llvm::Value *Receiver, bool IsClassMessage, const CallArgList &CallArgs, const ObjCMethodDecl *Method) argument
1322 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, llvm::Value *Receiver, const CallArgList &CallArgs, const ObjCInterfaceDecl *Class, const ObjCMethodDecl *Method) argument
1648 llvm::Constant *Class = MakeGlobal(ClassTy, Elements, ClassSym, local
[all...]
/external/clang/lib/Parse/
H A DParseDecl.cpp1088 Self->ParseLexedAttributes(*Class);
1097 void Parser::ParseLexedAttributes(ParsingClass &Class) { argument
1100 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope;
1104 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate);
1107 bool AlreadyHasClassScope = Class.TopLevelClass;
1115 Class.TagOrTemplate);
1116 if (!Class.LateParsedDeclarations.empty()) {
1117 for (unsigned i = 0, ni = Class.LateParsedDeclarations.size(); i < ni; ++i){
1118 Class
[all...]

Completed in 1036 milliseconds

12345