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.cpp436 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.cpp5876 if (const RecordType *RT = Ty->getAsStructureType()) { in GetSingleElementType()
7891 if (const RecordType *RT = QT->getAsStructureType()) in appendType()
DCGOpenMPRuntime.cpp3810 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) { in emitTaskInit()
/external/clang/include/clang/AST/
DType.h1833 const RecordType *getAsStructureType() const;
/external/clang/lib/Sema/
DSemaDecl.cpp3965 DS.getRepAsType().get()->getAsStructureType()) in ParsedFreeStandingDeclSpec()