Searched refs:isPOD (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp208 else if (!Ctor->getParent()->isPOD())
H A DSemaDeclObjC.cpp3231 if ((isa<CXXRecordDecl>(left) && !cast<CXXRecordDecl>(left)->isPOD()) ||
3232 (isa<CXXRecordDecl>(right) && !cast<CXXRecordDecl>(right)->isPOD()))
H A DSemaDeclAttr.cpp2313 if (!cast<CXXRecordDecl>(R)->isPOD()) {
H A DSemaExpr.cpp16800 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD();
H A DSemaDecl.cpp14239 if (!CXXRecord->isPOD())
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1966 bool FieldPacked = (Packed && (!FieldClass || FieldClass->isPOD() ||
2211 (!CXXRD || CXXRD->isPOD() ||
2438 return RD->isPOD();
H A DTextNodeDumper.cpp2195 FLAG(isPOD, pod);
H A DJSONNodeDumper.cpp489 FIELD1(isPOD);
H A DType.cpp2560 return ClassDecl->isPOD();
H A DDeclCXX.cpp1557 return isPOD() && data().HasOnlyCMembers;
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1174 bool isPOD() const { return data().PlainOldData; }

Completed in 320 milliseconds