Home
last modified time | relevance | path

Searched refs:isArgumentConstructedDirectly (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp272 if (isArgumentConstructedDirectly(Idx)) in invalidateRegions()
478 if (Call.isArgumentConstructedDirectly(Call.getASTArgumentIndex(Idx))) in addParameterValuesToBindings()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h422 bool isArgumentConstructedDirectly(unsigned Index) const { in isArgumentConstructedDirectly() function