Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h278 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureType)
DType.h1485 bool isStructureType() const;
/external/clang/lib/AST/
DType.cpp333 bool Type::isStructureType() const { in isStructureType() function in Type
/external/clang/lib/CodeGen/
DTargetInfo.cpp529 RT->isStructureType()) { in shouldReturnTypeInRegister()
/external/clang/lib/Sema/
DSemaExprCXX.cpp2958 return T->isClassType() || T->isStructureType(); in EvaluateUnaryTypeTrait()
DSemaDecl.cpp2462 DS.getRepAsType().get()->isStructureType())) { in ParsedFreeStandingDeclSpec()