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

  /build/tools/droiddoc/test/generics/src/com/android/generics/
Iface.java 19 public interface Iface {
FooBar.java 24 public class CI extends C implements Iface
45 public <L extends C & Iface> void f(L arg) {
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 180 else if (const ObjCInterfaceDecl *Iface = msg.getReceiverInterface()) {
181 IdentifierInfo* ClsName = Iface->getIdentifier();
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 652 if (ObjCInterfaceDecl *Iface = dyn_cast<ObjCInterfaceDecl>(ND))
653 return C.getObjCInterfaceType(Iface);
    [all...]

Completed in 109 milliseconds