Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp13244 static bool hasDependentAlignment(VarDecl *VD) { in hasDependentAlignment() function
13341 if (VD->getTLSKind() && !hasDependentAlignment(VD) && in FinalizeDeclaration()