Home
last modified time | relevance | path

Searched defs:ThisPointeeLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp318 // analyzing a constructor. `ThisPointeeLoc` is the storage location that in TraverseConstructorInits() argument
1190 buildResultObjectMap(DataflowAnalysisContext * DACtx,const FunctionDecl * FuncDecl,RecordStorageLocation * ThisPointeeLoc,RecordStorageLocation * LocForRecordReturnVal) buildResultObjectMap() argument
1206 buildResultObjectMap(DataflowAnalysisContext * DACtx,Stmt * S,RecordStorageLocation * ThisPointeeLoc,RecordStorageLocation * LocForRecordReturnVal) buildResultObjectMap() argument
[all...]
H A DTransfer.cpp417 if (ThisPointeeLoc == nullptr) in VisitCXXThisExpr() local
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h794 RecordStorageLocation *ThisPointeeLoc = nullptr; variable
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp7478 const RecordStorageLocation *ThisPointeeLoc = TEST() local