Home
last modified time | relevance | path

Searched refs:getParentSymbol (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp290 State, SD->getParentSymbol(), Kind, returnFirstOnly); in getTaintedSymbolsImpl()
299 State->get<DerivedSymTaint>(SD->getParentSymbol())) { in getTaintedSymbolsImpl()
307 TaintedSymbols.push_back(SD->getParentSymbol()); in getTaintedSymbolsImpl()
H A DMacOSKeychainAPIChecker.cpp601 SymbolRef ParentSym = SD->getParentSymbol(); in checkPointerEscape()
H A DStackAddrEscapeChecker.cpp454 return DerS && isa_and_nonnull<SymbolConjured>(DerS->getParentSymbol()); in isInvalidatedSymbolRegion()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp603 getParentSymbol()->setFillGaps(); in setKind()
630 LVSymbol *Symbol = Location->getParentSymbol(); in print()
660 bool CodeViewLocation = getParentSymbol()->getHasCodeViewLocation(); in printExtra()
H A DLVScope.cpp1375 addInvalidLocationOrRange(Location, Location->getParentSymbol(), in addInvalidLocation()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp132 os << getKindStr() << getSymbolID() << '{' << getParentSymbol() << ',' in dumpToStream()
352 KnownLive = isLive(cast<SymbolDerived>(sym)->getParentSymbol()); in isLive()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h259 LVSymbol *getParentSymbol() const { in getParentSymbol() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h130 return "value derived from (" + Visit(S->getParentSymbol()) + in VisitSymbolDerived()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h152 SymbolRef getParentSymbol() const { return parentSymbol; } in getParentSymbol() function