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

/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);

Completed in 69 milliseconds