Home
last modified time | relevance | path

Searched refs:getCommonType (Results 1 – 5 of 5) sorted by relevance

/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/nodeTypes/
DNodeWithVariablesTest.java37 assertEquals(PrimitiveType.intType(), declaration.getCommonType()); in getCommonTypeWorksForNormalVariables()
42 parseVariableDeclarationExpr("int a[],b[]").getCommonType(); in getCommonTypeWorksForArrayTypes()
47 parseVariableDeclarationExpr("int a[],b[][]").getCommonType(); in getCommonTypeFailsOnArrayDifferences()
54 declaration.getCommonType(); in getCommonTypeFailsOnDodgySetterUsage()
61 declaration.getCommonType(); in getCommonTypeFailsOnInvalidEmptyVariableList()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithVariables.java68 default Type getCommonType() { in getCommonType() method
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp32 static llvm::Type *getCommonType(llvm::Type *first, llvm::Type *second) { in getCommonType() function
46 if (auto commonTy = getCommonType(firstVecTy->getElementType(), in getCommonType()
305 if (auto entryType = getCommonType(Entries[index].Type, type)) { in addEntry()
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
DJavaParserFacadeResolutionTest.java119 Type jpType = fieldDeclaration.getCommonType(); in solvingReferenceToAnAncestorInternalClass()
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/
DLexicalPreservingPrinterTest.java140 Node t = field.getCommonType(); in checkNodeTextCreatedGenericType()