Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
851 SaveAndRestore PrevPHIsEmpty(HasEmptyPlaceHolder, false); in printFunctionProtoBefore() local
853 if (!PrevPHIsEmpty.get()) in printFunctionProtoBefore()
1030 SaveAndRestore PrevPHIsEmpty(HasEmptyPlaceHolder, false); in printFunctionNoProtoBefore() local
1032 if (!PrevPHIsEmpty.get()) in printFunctionNoProtoBefore()