Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp1927 return isCXX98PODType(Context); in isPODType()
1930 bool QualType::isCXX98PODType(ASTContext &Context) const { in isCXX98PODType() function in QualType
1938 return Context.getBaseElementType(*this).isCXX98PODType(Context); in isCXX98PODType()
1965 return Context.getBaseElementType(*this).isCXX98PODType(Context); in isCXX98PODType()
HDDeclCXX.cpp698 } else if (!T.isCXX98PODType(Context)) in addedMember()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDType.h713 bool isCXX98PODType(ASTContext &Context) const;
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp845 if (Ty.isCXX98PODType(Context)) in isValidVarArgType()