Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp1348 if (!T->isStructuralType()) in addedMember()
DType.cpp2599 bool Type::isStructuralType() const { in isStructuralType() function in Type
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp1291 if (T->isStructuralType()) in RequireStructuralType()
1353 if (!T->isStructuralType()) { in RequireStructuralType()
1364 if (!T->isStructuralType()) { in RequireStructuralType()
/external/llvm-project/clang/include/clang/AST/
DType.h1932 bool isStructuralType() const;