Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp630 bool RightWasPointer = false; in matchesArgType() local
640 RightWasPointer = true; in matchesArgType()
643 RightWasPointer = true; in matchesArgType()
646 if (LeftWasPointer != RightWasPointer) in matchesArgType()