Home
last modified time | relevance | path

Searched defs:unionType (Results 1 – 7 of 7) sorted by relevance

/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/validator/
DJava7ValidatorTest.java83 UnionType unionType = new UnionType(); in multiCatchWithoutElements() local
93 UnionType unionType = new UnionType(); in multiCatchWithOneElement() local
/external/flatbuffers/tests/MyGame/Example/
DAny.py12 def AnyCreator(unionType, table): argument
DAnyAmbiguousAliases.py12 def AnyAmbiguousAliasesCreator(unionType, table): argument
DAnyUniqueAliases.py12 def AnyUniqueAliasesCreator(unionType, table): argument
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/
DJavaParserFacade.java545 UnionType unionType = (UnionType) type; in convertToUsage() local
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/
DLexicalPreservingPrinterTest.java504 UnionType unionType = (UnionType) catchClause.getParameter().getType(); in printUnionType() local
/external/llvm-project/clang/lib/AST/
DExpr.cpp1815 const FieldDecl *CastExpr::getTargetFieldForToUnionCast(QualType unionType, in getTargetFieldForToUnionCast()