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.h1613 bool hasDependentAlignment() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2705 bool VarDecl::hasDependentAlignment() const { in hasDependentAlignment() function in VarDecl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3416 if (!VD->hasDependentAlignment() && !VDType->isIncompleteType() && in getNamedReturnInfo()
H A DSemaChecking.cpp14331 if (VD->hasDependentAlignment()) in getBaseAlignmentAndOffsetFromLValue()
H A DSemaDecl.cpp14912 if (!VD->hasDependentAlignment()) { in CheckThreadLocalForLargeAlignment()