Home
last modified time | relevance | path

Searched refs:getAsStructureType (Results 1 – 16 of 16) 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/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp255 if (const RecordType *RT = T->getAsStructureType()) { in Find()
262 if (T->getAsStructureType()) { in Find()
/external/clang/lib/Analysis/
DFormatString.cpp436 if (pointee->getAsStructureType() || pointee->isVoidType()) in matchesType()
/external/llvm-project/clang/lib/AST/
DFormatString.cpp485 if (pointee->getAsStructureType() || pointee->isVoidType()) in matchesType()
DType.cpp641 const RecordType *Type::getAsStructureType() const { in getAsStructureType() function in Type
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp66 if (const RecordType *RT = T->getAsStructureType()) { in isCallback()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp110 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/llvm-project/clang/include/clang/AST/
DType.h2224 const RecordType *getAsStructureType() const;
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp10254 if (const RecordType *RT = QT->getAsStructureType()) in appendType()
DCGOpenMPRuntime.cpp4470 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) { in emitTaskInit()
/external/clang/lib/Sema/
DSemaDecl.cpp3965 DS.getRepAsType().get()->getAsStructureType()) in ParsedFreeStandingDeclSpec()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp4686 DS.getRepAsType().get()->getAsStructureType()) in ParsedFreeStandingDeclSpec()