Home
last modified time | relevance | path

Searched defs:getTypeInfo (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/
DPassInfo.h78 const void *getTypeInfo() const { return PassID; } in getTypeInfo() function
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java1140 public ResultSet getTypeInfo() throws SQLException { in getTypeInfo() method in JDBCDatabaseMetaData
/external/clang/include/clang/AST/
DASTContext.h1618 std::pair<uint64_t, unsigned> getTypeInfo(QualType T) const { in getTypeInfo() function
/external/clang/lib/AST/
DASTContext.cpp1426 std::pair<uint64_t, unsigned> ASTContext::getTypeInfo(const Type *T) const { in getTypeInfo() function in ASTContext