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.h1514 bool isStructureType() const;
/external/clang/lib/AST/
DType.cpp355 bool Type::isStructureType() const { in isStructureType() function in Type
/external/clang/lib/CodeGen/
DTargetInfo.cpp617 RT->isStructureType()) { in shouldReturnTypeInRegister()
/external/clang/lib/Sema/
DSemaDecl.cpp1601 if (!PT->isStructureType()) in MergeTypedefNameDecl()
2694 DS.getRepAsType().get()->isStructureType())) { in ParsedFreeStandingDeclSpec()
DSemaExprCXX.cpp3001 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()