Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DComment.cpp154 TypeLoc PrevTL; in getFunctionTypeLoc() local
155 while (PrevTL != TL) { in getFunctionTypeLoc()
156 PrevTL = TL; in getFunctionTypeLoc()