Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DCanonicalType.h278 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureType)
DType.h1545 bool isStructureType() const;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DType.cpp370 bool Type::isStructureType() const { in isStructureType() function in Type
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprCXX.cpp3246 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
DSemaDecl.cpp1683 if (!PT->isStructureType()) in MergeTypedefNameDecl()
3305 DS.getRepAsType().get()->isStructureType())) { in ParsedFreeStandingDeclSpec()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DTargetInfo.cpp658 RT->isStructureType()) { in shouldReturnTypeInRegister()