Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp827 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); getInitialStackFrameContents() local
910 Loc ThisLoc = SVB.getCXXThis(LambdaOperatorDecl, CalleeCtx); getInitialStackFrameContents() local
944 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); getInitialStackFrameContents() local
H A DExprEngine.cpp1516 Loc ThisLoc = State->getSVal(ThisStorageLoc).castAs<Loc>(); in ProcessMemberDtor() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp456 Loc ThisLoc = in getConstructedRegion() local
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp330 auto &ThisLoc = *Env.getThisPointeeStorageLocation(); builtinTransferInitializer() local
H A DDataflowEnvironment.cpp531 auto &ThisLoc = initialize() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp770 auto *ThisLoc = Env.getThisPointeeStorageLocation(); TEST() local
1804 const auto *ThisLoc = Env.getThisPointeeStorageLocation(); TEST() local
1875 const auto *ThisLoc = Env.getThisPointeeStorageLocation(); TEST() local
1941 const auto *ThisLoc = Env.getThisPointeeStorageLocation(); TEST() local
1986 const auto *ThisLoc = Env.getThisPointeeStorageLocation(); TEST() local
2024 const auto *ThisLoc = Env.getThisPointeeStorageLocation(); TEST() local
2082 const auto *ThisLoc = Env.getThisPointeeStorageLocation(); TEST() local
2115 const auto *ThisLoc = Env.getThisPointeeStorageLocation(); TEST() local
2148 const auto *ThisLoc = Env.getThisPointeeStorageLocation(); TEST() local
7226 auto *ThisLoc = TEST() local
7259 auto *ThisLoc = TEST() local
[all...]
/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1995 SourceLocation ThisLoc = ConsumeToken(); ParseCXXThis() local
H A DParseDecl.cpp7878 SourceLocation ThisLoc; ParseParameterDeclarationClause() local
/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3346 RebuildCXXThisExpr(SourceLocation ThisLoc,QualType ThisType,bool isImplicit) RebuildCXXThisExpr() argument