Home
last modified time | relevance | path

Searched defs:IsInstance (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclObjC.cpp176 bool IsInstance = NewMethod->isInstanceMethod(); in CheckObjCMethodOverrides() local
1955 bool IsInstance) { in CompareMethodParamsInBaseAndSuper()
2252 anyMethodInfersRelatedResultType(Sema &S, Selector Sel, bool IsInstance) { in anyMethodInfersRelatedResultType()
/external/v8/src/
Dliveedit.cc662 static bool IsInstance(Handle<JSArray> array) { in IsInstance() function in v8::internal::SharedInfoWrapper
/external/clang/include/clang/AST/
DDeclObjC.h121 unsigned IsInstance : 1; variable