Home
last modified time | relevance | path

Searched defs:getTypeAlign (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp349 unsigned TargetInfo::getTypeAlign(IntType T) const { in getTypeAlign() function in TargetInfo
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2304 unsigned getTypeAlign(QualType T) const { return getTypeInfo(T).Align; } in getTypeAlign() function
2305 unsigned getTypeAlign(const Type *T) const { return getTypeInfo(T).Align; } in getTypeAlign() function