Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1566 bool hasDependentAlignment() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3308 if (!VD->hasDependentAlignment() && !VDType->isIncompleteType() && in getNamedReturnInfo()
H A DSemaChecking.cpp12898 if (VD->hasDependentAlignment()) in getBaseAlignmentAndOffsetFromLValue()
H A DSemaDecl.cpp14527 if (!VD->hasDependentAlignment()) { in CheckThreadLocalForLargeAlignment()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2675 bool VarDecl::hasDependentAlignment() const { in hasDependentAlignment() function in VarDecl