Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp1328 if (!T->isStructuralType()) in addedMember()
H A DType.cpp2649 bool Type::isStructuralType() const { in isStructuralType() function in Type
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp1314 if (T->isStructuralType()) in RequireStructuralType()
1376 if (!T->isStructuralType()) { in RequireStructuralType()
1387 if (!T->isStructuralType()) { in RequireStructuralType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h2013 bool isStructuralType() const;