Home
last modified time | relevance | path

Searched defs:returnWithErrorInTest (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DASTImporter.h301 virtual bool returnWithErrorInTest() { return false; }; in returnWithErrorInTest() function
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp4780 bool returnWithErrorInTest() override { return true; } in returnWithErrorInTest() function