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

/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp406 Values.push_back(getCXXThisVal());
409 SVal CXXInstanceCall::getCXXThisVal() const { function in class:CXXInstanceCall
433 const MemRegion *R = getCXXThisVal().getAsRegion();
488 SVal ThisVal = getCXXThisVal();
567 SVal CXXConstructorCall::getCXXThisVal() const { function in class:CXXConstructorCall
583 SVal ThisVal = getCXXThisVal();
592 SVal CXXDestructorCall::getCXXThisVal() const { function in class:CXXDestructorCall

Completed in 52 milliseconds