Home
last modified time | relevance | path

Searched refs:isStandardLayoutType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp2665 bool Type::isStandardLayoutType() const { in isStandardLayoutType() function in Type
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h2017 bool isStandardLayoutType() const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp4952 return T->isStandardLayoutType(); in EvaluateUnaryTypeTrait()
H A DSemaChecking.cpp17095 if (!T1->isStandardLayoutType() || !T2->isStandardLayoutType()) in isLayoutCompatible()
H A DSemaDecl.cpp9148 !PointeeType->isStandardLayoutType()) in getOpenCLKernelParameterType()