Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.h229 llvm::raw_svector_ostream ToNothing(ImportChecker); in importNode()
230 ToCtx.getTranslationUnitDecl()->print(ToNothing); in importNode()
234 (*Imported)->dump(ToNothing); in importNode()
/external/clang/unittests/AST/
DASTImporterTest.cpp98 llvm::raw_svector_ostream ToNothing(ImportChecker); in testImport() local
99 ToCtx.getTranslationUnitDecl()->print(ToNothing); in testImport()