Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp61 class TypeAligner : public TypeLocVisitor<TypeAligner, unsigned> { class
76 return TypeAligner().Visit(TypeLoc(Ty, nullptr)); in getLocalAlignmentForType()