Home
last modified time | relevance | path

Searched refs:isCXX98PODType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2598 return isCXX98PODType(Context); in isPODType()
2601 bool QualType::isCXX98PODType(const ASTContext &Context) const { in isCXX98PODType() function in QualType
2609 return Context.getBaseElementType(*this).isCXX98PODType(Context); in isCXX98PODType()
2624 return Context.getBaseElementType(*this).isCXX98PODType(Context); in isCXX98PODType()
H A DDeclCXX.cpp1108 } else if (!T.isCXX98PODType(Context)) in addedMember()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1110 bool isCXX98PODType(const ASTContext &Context) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp950 if (Ty.isCXX98PODType(Context)) in isValidVarArgType()