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

/external/clang/include/clang/AST/
H A DASTContext.h1441 uint64_t getTypeSize(QualType T) const { function in class:clang::ASTContext
1444 uint64_t getTypeSize(const Type *T) const { function in class:clang::ASTContext
1450 return getTypeSize(CharTy);

Completed in 84 milliseconds