Searched refs:getLocalAlignmentForType (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp73 unsigned TypeLoc::getLocalAlignmentForType(QualType Ty) { function in class:TypeLoc
98 unsigned Align = getLocalAlignmentForType(TyLoc.getType());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h128 static unsigned getLocalAlignmentForType(QualType Ty);
283 TypeLoc::getLocalAlignmentForType(QualType(getTypePtr(), 0));
472 return TypeLoc::getLocalAlignmentForType(T);

Completed in 106 milliseconds