Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp322 SaveAndRestore PrevPHIsEmpty(HasEmptyPlaceHolder); in printBefore() local
357 Quals.print(OS, Policy, /*appendSpaceIfNonEmpty=*/!PrevPHIsEmpty.get()); in printBefore()
359 Quals.print(OS, Policy, /*appendSpaceIfNonEmpty=*/!PrevPHIsEmpty.get()); in printBefore()
882 SaveAndRestore PrevPHIsEmpty(HasEmptyPlaceHolder, false); in printFunctionProtoBefore() local
884 if (!PrevPHIsEmpty.get()) in printFunctionProtoBefore()
1086 SaveAndRestore PrevPHIsEmpty(HasEmptyPlaceHolder, false); in printFunctionNoProtoBefore() local
1088 if (!PrevPHIsEmpty.get()) in printFunctionNoProtoBefore()