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

  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 566 * if interfaceDecl: public <returntype> func(args);
567 * if !interfaceDecl: public <returntype> func(args) { body }
569 void emitFunction(JFunc jfunc, PrintStream out, boolean nativeDecl, boolean interfaceDecl) {
572 if (!nativeDecl && !interfaceDecl && !isPointerFunc) {
583 (interfaceDecl ? "" : "public ") + maybeStatic) +
591 (interfaceDecl ? "" : "public ") + maybeStatic) +
615 if (nativeDecl || interfaceDecl) {
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 778 // Install the property declarator into interfaceDecl.
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 

Completed in 126 milliseconds