Home
last modified time | relevance | path

Searched defs:LVar (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp339 PropagationInfo(const BinaryOperator * Source,EffectiveOp EOp,const VarDecl * LVar,ConsumedState LTestsFor,const VarDecl * RVar,ConsumedState RTestsFor) PropagationInfo() argument
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp2229 const ParmVarDecl *LVar = M.First; in check() local