Searched refs:FunctionCodeRegion (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp66 if (const FunctionCodeRegion *CTR = R->getAs<FunctionCodeRegion>())
H A DMemRegion.cpp347 void FunctionCodeRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
354 void FunctionCodeRegion::Profile(llvm::FoldingSetNodeID& ID) const {
355 FunctionCodeRegion::ProfileRegion(ID, FD, superRegion);
462 void FunctionCodeRegion::dumpToStream(raw_ostream &os) const {
1010 const FunctionCodeRegion *
1013 return getSubRegion<FunctionCodeRegion>(FD, getCodeRegion());
H A DSimpleSValBuilder.cpp152 if (const FunctionCodeRegion *FTR = dyn_cast<FunctionCodeRegion>(R))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h580 /// FunctionCodeRegion - A region that represents code texts of function.
581 class FunctionCodeRegion : public CodeTextRegion { class in namespace:clang::ento
586 FunctionCodeRegion(const NamedDecl *fd, const CodeSpaceRegion* sreg) function in class:clang::ento::FunctionCodeRegion
1390 const FunctionCodeRegion *getFunctionCodeRegion(const NamedDecl *FD);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1978 const NamedDecl *FD = cast<FunctionCodeRegion>(MR)->getDecl();
H A DCStringChecker.cpp1011 if (const auto *FD = cast<FunctionCodeRegion>(MR)->getDecl())

Completed in 129 milliseconds