Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp1352 if (!T->isStructuralType()) in addedMember()
H A DType.cpp2603 bool Type::isStructuralType() const { in isStructuralType() function in Type
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp1309 if (T->isStructuralType()) in RequireStructuralType()
1371 if (!T->isStructuralType()) { in RequireStructuralType()
1382 if (!T->isStructuralType()) { in RequireStructuralType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h1939 bool isStructuralType() const;