Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1593 bool hasDependentAlignment() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3459 if (!VD->hasDependentAlignment() && in getNamedReturnInfo()
H A DSemaDecl.cpp14720 if (!VD->hasDependentAlignment()) { in CheckThreadLocalForLargeAlignment()
H A DSemaChecking.cpp17800 if (VD->hasDependentAlignment()) in getBaseAlignmentAndOffsetFromLValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2673 bool VarDecl::hasDependentAlignment() const { in hasDependentAlignment() function in VarDecl