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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h531 /// FunctionTextRegion - A region that represents code texts of function.
532 class FunctionTextRegion : public CodeTextRegion { class in namespace:clang::ento
535 FunctionTextRegion(const FunctionDecl *fd, const MemRegion* sreg) function in class:clang::ento::FunctionTextRegion
1217 const FunctionTextRegion *getFunctionTextRegion(const FunctionDecl *FD);

Completed in 44 milliseconds