Searched defs:getTypeInfo (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/
H A DPassSupport.h80 /// getTypeInfo - Return the id object for the pass...
82 const void *getTypeInfo() const { return PassID; } function in class:llvm::PassInfo
247 &Interface::ID, RPB.getTypeInfo(),
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java1140 public ResultSet getTypeInfo() throws SQLException { method in class:JDBCDatabaseMetaData
/external/clang/include/clang/AST/
H A DASTContext.h1554 std::pair<uint64_t, unsigned> getTypeInfo(const Type *T) const;
1555 std::pair<uint64_t, unsigned> getTypeInfo(QualType T) const { function in class:clang::ASTContext
1556 return getTypeInfo(T.getTypePtr());
1561 return getTypeInfo(T).first;
1564 return getTypeInfo(T).first;
1586 return getTypeInfo(T).second;
1589 return getTypeInfo(T).second;
/external/clang/lib/AST/
H A DASTContext.cpp1383 std::pair<uint64_t, unsigned> Info = getTypeInfo(T);
1393 std::pair<uint64_t, unsigned> ASTContext::getTypeInfo(const Type *T) const { function in class:ASTContext
1421 return getTypeInfo(cast<Class##Type>(T)->desugar().getTypePtr());
1441 std::pair<uint64_t, unsigned> EltInfo = getTypeInfo(CAT->getElementType());
1453 std::pair<uint64_t, unsigned> EltInfo = getTypeInfo(VT->getElementType());
1607 getTypeInfo(cast<ComplexType>(T)->getElementType());
1613 return getTypeInfo(cast<ObjCObjectType>(T)->getBaseType().getTypePtr());
1615 return getTypeInfo(cast<DecayedType>(T)->getDecayedType().getTypePtr());
1634 return getTypeInfo(ET->getDecl()->getIntegerType());
1644 return getTypeInfo(cas
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 408 milliseconds