Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDTaint.cpp282 State, SD->getParentSymbol(), Kind, returnFirstOnly); in getTaintedSymbolsImpl()
291 State->get<DerivedSymTaint>(SD->getParentSymbol())) { in getTaintedSymbolsImpl()
299 TaintedSymbols.push_back(SD->getParentSymbol()); in getTaintedSymbolsImpl()
HDMacOSKeychainAPIChecker.cpp603 SymbolRef ParentSym = SD->getParentSymbol(); in checkPointerEscape()
HDFuchsiaHandleChecker.cpp601 auto ParentSym = SD->getParentSymbol(); in checkPointerEscape()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVLocation.cpp603 getParentSymbol()->setFillGaps(); in setKind()
630 LVSymbol *Symbol = Location->getParentSymbol(); in print()
660 bool CodeViewLocation = getParentSymbol()->getHasCodeViewLocation(); in printExtra()
HDLVScope.cpp1364 addInvalidLocationOrRange(Location, Location->getParentSymbol(), in addInvalidLocation()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDSymbolManager.cpp93 os << getKindStr() << getSymbolID() << '{' << getParentSymbol() << ',' in dumpToStream()
475 KnownLive = isLive(cast<SymbolDerived>(sym)->getParentSymbol()); in isLive()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVObject.h258 LVSymbol *getParentSymbol() const { in getParentSymbol() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
HDSValExplainer.h119 return "value derived from (" + Visit(S->getParentSymbol()) + in VisitSymbolDerived()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDSymbolManager.h148 SymbolRef getParentSymbol() const { return parentSymbol; } in getParentSymbol() function