Home
last modified time | relevance | path

Searched refs:getTypeAlignIfKnown (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2213 unsigned getTypeAlignIfKnown(QualType T,
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp1829 getContext().toCharUnitsFromBits(getContext().getTypeAlignIfKnown( in EmitDeleteCall()
H A DCodeGenModule.cpp4578 Context.getTypeAlignIfKnown(D->getType()) > in isVarDeclStrongDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1678 S.getASTContext().getTypeAlignIfKnown(AllocType) > in hasNewExtendedAlignment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1871 unsigned ASTContext::getTypeAlignIfKnown(QualType T, in getTypeAlignIfKnown() function in ASTContext