Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp290 if (isArgumentConstructedDirectly(Idx)) in invalidateRegions()
486 if (Call.isArgumentConstructedDirectly(Call.getASTArgumentIndex(Idx))) in addParameterValuesToBindings()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h416 bool isArgumentConstructedDirectly(unsigned Index) const { in isArgumentConstructedDirectly() function