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

/external/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp54 if (const FunctionTextRegion *CTR = R->getAs<FunctionTextRegion>())
H A DMemRegion.cpp360 void FunctionTextRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
367 void FunctionTextRegion::Profile(llvm::FoldingSetNodeID& ID) const {
368 FunctionTextRegion::ProfileRegion(ID, FD, superRegion);
460 void FunctionTextRegion::dumpToStream(raw_ostream &os) const {
925 const FunctionTextRegion *
927 return getSubRegion<FunctionTextRegion>(FD, getCodeRegion());
H A DSimpleSValBuilder.cpp146 if (const FunctionTextRegion *FTR = dyn_cast<FunctionTextRegion>(R))
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h544 /// FunctionTextRegion - A region that represents code texts of function.
545 class FunctionTextRegion : public CodeTextRegion { class in namespace:clang::ento
548 FunctionTextRegion(const NamedDecl *fd, const MemRegion* sreg) function in class:clang::ento::FunctionTextRegion
1264 const FunctionTextRegion *getFunctionTextRegion(const NamedDecl *FD);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1257 const NamedDecl *FD = cast<FunctionTextRegion>(MR)->getDecl();
H A DCStringChecker.cpp871 const NamedDecl *FD = cast<FunctionTextRegion>(MR)->getDecl();

Completed in 111 milliseconds