Home
last modified time | relevance | path

Searched defs:ThisLoc (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp799 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local
882 Loc ThisLoc = SVB.getCXXThis(LambdaOperatorDecl, CalleeCtx); in getInitialStackFrameContents() local
916 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local
H A DExprEngine.cpp1497 Loc ThisLoc = State->getSVal(ThisStorageLoc).castAs<Loc>(); in ProcessMemberDtor() local
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp311 const auto &ThisLoc = in builtinTransferInitializer() local
H A DTransfer.cpp536 auto &ThisLoc = in VisitCXXDefaultInitExpr() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp459 Loc ThisLoc = in getConstructedRegion() local
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp1888 SourceLocation ThisLoc = ConsumeToken(); in ParseCXXThis() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h3211 ExprResult RebuildCXXThisExpr(SourceLocation ThisLoc, in RebuildCXXThisExpr()