Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp157 TypeLoc PrevTL; in getFunctionTypeLoc() local
158 while (PrevTL != TL) { in getFunctionTypeLoc()
159 PrevTL = TL; in getFunctionTypeLoc()