Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h277 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureType)
DType.h1681 bool isStructureType() const;
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc996 if (type_arg1 && type_arg1->isStructureType()) { in VisitCallExpr()
1050 if (type_arg0->isStructureType()) { in VisitCallExpr()
1088 if (type_arg0->isStructureType()) { in VisitCallExpr()
/external/clang/lib/AST/
DType.cpp363 bool Type::isStructureType() const { in isStructureType() function in Type
/external/clang/lib/Sema/
DSemaExprCXX.cpp3957 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
DSemaDecl.cpp1958 if (!PT->isStructureType()) in MergeTypedefNameDecl()