Home
last modified time | relevance | path

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

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