Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp488 Optional<ArgIdxTy> JustVarIndex = P.VarIndex; in parseConfig() local
490 ArgSet SrcDesc(std::move(P.SrcArgs), IsSrcVariadic ? JustVarIndex : None); in parseConfig()
491 ArgSet DstDesc(std::move(P.DstArgs), IsDstVariadic ? JustVarIndex : None); in parseConfig()