Home
last modified time | relevance | path

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

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