Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DTypePrinter.cpp326 SaveAndRestore<bool> PrevPHIsEmpty(HasEmptyPlaceHolder); in printBefore() local
361 Quals.print(OS, Policy, /*appendSpaceIfNonEmpty=*/!PrevPHIsEmpty.get()); in printBefore()
363 Quals.print(OS, Policy, /*appendSpaceIfNonEmpty=*/!PrevPHIsEmpty.get()); in printBefore()
855 SaveAndRestore<bool> PrevPHIsEmpty(HasEmptyPlaceHolder, false); in printFunctionProtoBefore() local
857 if (!PrevPHIsEmpty.get()) in printFunctionProtoBefore()
1034 SaveAndRestore<bool> PrevPHIsEmpty(HasEmptyPlaceHolder, false); in printFunctionNoProtoBefore() local
1036 if (!PrevPHIsEmpty.get()) in printFunctionNoProtoBefore()