Home
last modified time | relevance | path

Searched refs:ThisLoc (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp795 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local
819 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
877 Loc ThisLoc = SVB.getCXXThis(LambdaOperatorDecl, CalleeCtx); in getInitialStackFrameContents() local
878 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
911 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local
912 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
H A DExprEngine.cpp1055 Loc ThisLoc = State->getSVal(ThisStorageLoc).castAs<Loc>(); in ProcessMemberDtor() local
1056 SVal FieldVal = State->getLValue(Member, ThisLoc); in ProcessMemberDtor()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp461 Loc ThisLoc = in getConstructedRegion() local
464 SVal ObjectV = Context.getState()->getSVal(ThisLoc); in getConstructedRegion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp1832 SourceLocation ThisLoc = ConsumeToken(); in ParseCXXThis() local
1833 return Actions.ActOnCXXThis(ThisLoc); in ParseCXXThis()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h3034 ExprResult RebuildCXXThisExpr(SourceLocation ThisLoc, in RebuildCXXThisExpr() argument
3037 return getSema().BuildCXXThisExpr(ThisLoc, ThisType, isImplicit); in RebuildCXXThisExpr()