Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp1340 if (!T->isStructuralType()) in addedMember()
H A DType.cpp2689 bool Type::isStructuralType() const { in isStructuralType() function in Type
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp1315 if (T->isStructuralType()) in RequireStructuralType()
1377 if (!T->isStructuralType()) { in RequireStructuralType()
1388 if (!T->isStructuralType()) { in RequireStructuralType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h2074 bool isStructuralType() const;