Home
last modified time | relevance | path

Searched refs:FunctionTextRegion (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DSVals.cpp53 if (const FunctionTextRegion *CTR = R->getAs<FunctionTextRegion>()) in getAsFunctionDecl()
DMemRegion.cpp354 void FunctionTextRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()
361 void FunctionTextRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile()
362 FunctionTextRegion::ProfileRegion(ID, FD, superRegion); in Profile()
450 void FunctionTextRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
847 const FunctionTextRegion *
849 return getSubRegion<FunctionTextRegion>(FD, getCodeRegion()); in getFunctionTextRegion()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h532 class FunctionTextRegion : public CodeTextRegion {
535 FunctionTextRegion(const FunctionDecl *fd, const MemRegion* sreg) in FunctionTextRegion() function
1217 const FunctionTextRegion *getFunctionTextRegion(const FunctionDecl *FD);
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp735 const FunctionDecl *FD = cast<FunctionTextRegion>(MR)->getDecl(); in SummarizeRegion()
DCStringChecker.cpp845 const FunctionDecl *FD = cast<FunctionTextRegion>(MR)->getDecl(); in SummarizeRegion()