Home
last modified time | relevance | path

Searched refs:ctorType (Results 1 – 3 of 3) sorted by relevance

/external/jdiff/src/jdiff/
DHTMLReportGenerator.java550 String ctorType = ctorAPI.getSignature(); in reportAllCtors() local
551 if (ctorType.compareTo("void") == 0) in reportAllCtors()
552 ctorType = ""; in reportAllCtors()
553 String id = className + "(" + ctorType + ")"; in reportAllCtors()
555 writeCtorTableEntry(pkgName, className, ctorType, 0, ctorAPI.doc_, false); in reportAllCtors()
566 String ctorType = ctorAPI.getSignature(); in reportAllCtors() local
567 if (ctorType.compareTo("void") == 0) in reportAllCtors()
568 ctorType = ""; in reportAllCtors()
569 String id = className + "(" + ctorType + ")"; in reportAllCtors()
571 writeCtorTableEntry(pkgName, className, ctorType, 1, ctorAPI.doc_, false); in reportAllCtors()
DAPIHandler.java107 String ctorType = attributes.getValue("type"); in startElement() local
108 XMLToAPI.addCtor(ctorName, ctorType, getModifiers(attributes)); in startElement()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3749 StructorType ctorType) { in emitCXXConstructor() argument