Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp231 if (const RecordType *RT = T->getAsStructureType()) { in PreVisitProcessArg()
238 if (T->getAsStructureType()) { in PreVisitProcessArg()
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DFormatString.cpp397 if (pointee->getAsStructureType() || pointee->isVoidType()) in matchesType()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp69 if (const RecordType *RT = T->getAsStructureType()) { in isCallbackArg()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp433 const RecordType *Type::getAsStructureType() const { in getAsStructureType() function in Type
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp241 const RecordType *RT = T->getAsStructureType(); in isSingleElementStruct()
5298 if (const RecordType *RT = Ty->getAsStructureType()) { in isFPArgumentType()
7021 if (const RecordType *RT = QT->getAsStructureType()) in appendType()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DType.h1694 const RecordType *getAsStructureType() const;
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp3528 DS.getRepAsType().get()->getAsStructureType()) in ParsedFreeStandingDeclSpec()