Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DTypePrinter.cpp257 SaveAndRestore<bool> PrevPHIsEmpty(HasEmptyPlaceHolder); in printBefore() local
292 Quals.print(OS, Policy, /*appendSpaceIfNonEmpty=*/!PrevPHIsEmpty.get()); in printBefore()
294 Quals.print(OS, Policy, /*appendSpaceIfNonEmpty=*/!PrevPHIsEmpty.get()); in printBefore()
629 SaveAndRestore<bool> PrevPHIsEmpty(HasEmptyPlaceHolder, false); in printFunctionProtoBefore() local
631 if (!PrevPHIsEmpty.get()) in printFunctionProtoBefore()
778 SaveAndRestore<bool> PrevPHIsEmpty(HasEmptyPlaceHolder, false); in printFunctionNoProtoBefore() local
780 if (!PrevPHIsEmpty.get()) in printFunctionNoProtoBefore()