Home
last modified time | relevance | path

Searched refs:getAsStructureType (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp238 if (const RecordType *RT = T->getAsStructureType()) { in PreVisitProcessArg()
245 if (T->getAsStructureType()) { in PreVisitProcessArg()
/external/clang/lib/Analysis/
DFormatString.cpp405 if (pointee->getAsStructureType() || pointee->isVoidType()) in matchesType()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp66 if (const RecordType *RT = T->getAsStructureType()) { in isCallback()
/external/clang/lib/AST/
DType.cpp431 const RecordType *Type::getAsStructureType() const { in getAsStructureType() function in Type
/external/clang/lib/CodeGen/
DTargetInfo.cpp5618 if (const RecordType *RT = Ty->getAsStructureType()) { in GetSingleElementType()
7411 if (const RecordType *RT = QT->getAsStructureType()) in appendType()
DCGOpenMPRuntime.cpp2391 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) { in emitTaskCall()
/external/clang/include/clang/AST/
DType.h1809 const RecordType *getAsStructureType() const;
/external/clang/lib/Sema/
DSemaDecl.cpp3835 DS.getRepAsType().get()->getAsStructureType()) in ParsedFreeStandingDeclSpec()