HomeSort by relevance Sort by last modified time
    Searched refs:FunctionTextRegion (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 54 if (const FunctionTextRegion *CTR = R->getAs<FunctionTextRegion>())
MemRegion.cpp 360 void FunctionTextRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
367 void FunctionTextRegion::Profile(llvm::FoldingSetNodeID& ID) const {
368 FunctionTextRegion::ProfileRegion(ID, FD, superRegion);
458 void FunctionTextRegion::dumpToStream(raw_ostream &os) const {
913 const FunctionTextRegion *
915 return getSubRegion<FunctionTextRegion>(FD, getCodeRegion());
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 547 /// FunctionTextRegion - A region that represents code texts of function.
548 class FunctionTextRegion : public CodeTextRegion {
551 FunctionTextRegion(const NamedDecl *fd, const MemRegion* sreg)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 836 const NamedDecl *FD = cast<FunctionTextRegion>(MR)->getDecl();
    [all...]
MallocChecker.cpp     [all...]

Completed in 75 milliseconds