diff options
Diffstat (limited to 'include/clang/Sema/Sema.h')
-rw-r--r-- | include/clang/Sema/Sema.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index 687bb5fa15..bb7521b243 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -1098,6 +1098,9 @@ public: SourceLocation ModulePrivateKeyword = SourceLocation()); + /// \brief Retrieve a suitable printing policy. + PrintingPolicy getPrintingPolicy() const; + /// Scope actions. void ActOnPopScope(SourceLocation Loc, Scope *S); void ActOnTranslationUnitScope(Scope *S); @@ -4818,7 +4821,7 @@ public: }; void PrintInstantiationStack(); - + /// \brief Determines whether we are currently in a context where /// template argument substitution failures are not considered /// errors. |