Searched refs:CodeTextRegion (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h53 class CodeTextRegion;
252 /// The region of the static variables within the current CodeTextRegion
260 const CodeTextRegion *CR;
262 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
272 const CodeTextRegion *getCodeRegion() const { return CR; }
563 class CodeTextRegion : public TypedRegion { class in namespace:clang::ento
567 CodeTextRegion(const MemSpaceRegion *sreg, Kind k) : TypedRegion(sreg, k) { function in class:clang::ento::CodeTextRegion
581 class FunctionCodeRegion : public CodeTextRegion {
587 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) {
628 class BlockCodeRegion : public CodeTextRegion {
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp86 if (isa<CodeTextRegion>(R) || isa<SymbolicRegion>(R))
H A DSymbolManager.cpp456 if (isa<CodeTextRegion>(MR))
H A DMemRegion.cpp435 void CodeTextRegion::anchor() {}
768 const CodeTextRegion *CR) {
H A DRegionStore.cpp1739 if (isa<CodeTextRegion>(superR))

Completed in 90 milliseconds