Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp1021 astContext.getTypeAlignIfKnown(vd->getType()) > in isVarDeclStrongDefinition()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1892 getContext().toCharUnitsFromBits(getContext().getTypeAlignIfKnown( in EmitDeleteCall()
H A DCodeGenModule.cpp6052 Context.getTypeAlignIfKnown(D->getType()) > in isVarDeclStrongDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2615 unsigned getTypeAlignIfKnown(QualType T,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1896 S.getASTContext().getTypeAlignIfKnown(AllocType) > in hasNewExtendedAlignment()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2025 unsigned ASTContext::getTypeAlignIfKnown(QualType T, in getTypeAlignIfKnown() function in ASTContext