Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp1972 return isCXX98PODType(Context); in isPODType()
1975 bool QualType::isCXX98PODType(const ASTContext &Context) const { in isCXX98PODType() function in QualType
1983 return Context.getBaseElementType(*this).isCXX98PODType(Context); in isCXX98PODType()
2010 return Context.getBaseElementType(*this).isCXX98PODType(Context); in isCXX98PODType()
DDeclCXX.cpp728 } else if (!T.isCXX98PODType(Context)) in addedMember()
/external/llvm-project/clang/lib/AST/
DType.cpp2334 return isCXX98PODType(Context); in isPODType()
2337 bool QualType::isCXX98PODType(const ASTContext &Context) const { in isCXX98PODType() function in QualType
2345 return Context.getBaseElementType(*this).isCXX98PODType(Context); in isCXX98PODType()
2360 return Context.getBaseElementType(*this).isCXX98PODType(Context); in isCXX98PODType()
DDeclCXX.cpp1064 } else if (!T.isCXX98PODType(Context)) in addedMember()
/external/clang/include/clang/AST/
DType.h744 bool isCXX98PODType(const ASTContext &Context) const;
/external/llvm-project/clang/include/clang/AST/
DType.h805 bool isCXX98PODType(const ASTContext &Context) const;
/external/clang/lib/Sema/
DSemaExpr.cpp870 if (Ty.isCXX98PODType(Context)) in isValidVarArgType()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp888 if (Ty.isCXX98PODType(Context)) in isValidVarArgType()