Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp2796 bool QualType::isTriviallyRelocatableType(const ASTContext &Context) const { in isTriviallyRelocatableType() function in QualType
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h1142 bool isTriviallyRelocatableType(const ASTContext &Context) const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprCXX.cpp5626 return T.isTriviallyRelocatableType(C); in EvaluateUnaryTypeTrait()