Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp60 class TypeAligner : public TypeLocVisitor<TypeAligner, unsigned> { class
75 return TypeAligner().Visit(TypeLoc(Ty, nullptr)); in getLocalAlignmentForType()