Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h277 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureType)
H A DType.h1566 bool isStructureType() const;
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp370 bool Type::isStructureType() const { in isStructureType() function in Type
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp3299 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
H A DSemaDecl.cpp1869 if (!PT->isStructureType()) in MergeTypedefNameDecl()