Searched defs:getArrayElementType (Results 1 – 8 of 8) sorted by relevance
54 …fun getArrayElementType(node: DocumentationNode): DocumentationNode? = when (node.qualifiedName())… in <lambda>() method
52 …fun getArrayElementType(node: DocumentationNode): DocumentationNode? = when (node.qualifiedName())… in <lambda>() method
345 Type *getArrayElementType() const { return getSequentialElementType(); } in getArrayElementType() function
347 Type *getArrayElementType() const { in getArrayElementType() function
368 Type *getArrayElementType() const { in getArrayElementType() function
365 Type *getArrayElementType() const { in getArrayElementType() function
281 PropertyType getArrayElementType() const { in getArrayElementType() function
86 LLVMType LLVMType::getArrayElementType() { in getArrayElementType() function in LLVMType