Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDiagnosticBuilderWrappers.cpp101 std::string IFAsString; in operator <<() local
102 raw_string_ostream OS(IFAsString); in operator <<()
105 DB.AddString(IFAsString); in operator <<()