Home
last modified time | relevance | path

Searched refs:getASTArgumentIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h441 virtual unsigned getASTArgumentIndex(unsigned CallArgumentIndex) const { in getASTArgumentIndex() function
774 unsigned getASTArgumentIndex(unsigned CallArgumentIndex) const override { in getASTArgumentIndex() function
882 unsigned getASTArgumentIndex(unsigned CallArgumentIndex) const override { in getASTArgumentIndex() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp639 unsigned I = Call.getASTArgumentIndex(CallI); in finishArgumentConstruction()
H A DCallEvent.cpp477 if (Call.isArgumentConstructedDirectly(Call.getASTArgumentIndex(Idx))) in addParameterValuesToBindings()