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

/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp383 if (const MemRegion *R = getCXXThisVal().getAsRegion())
387 SVal CXXInstanceCall::getCXXThisVal() const { function in class:CXXInstanceCall
419 const MemRegion *R = getCXXThisVal().getAsRegion();
467 SVal ThisVal = getCXXThisVal();
541 SVal CXXConstructorCall::getCXXThisVal() const { function in class:CXXConstructorCall
557 SVal ThisVal = getCXXThisVal();
568 SVal CXXDestructorCall::getCXXThisVal() const { function in class:CXXDestructorCall

Completed in 88 milliseconds