Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DASTImporter.h270 virtual bool returnWithErrorInTest() { return false; }; in returnWithErrorInTest() function
/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp6190 bool returnWithErrorInTest() override { return true; } returnWithErrorInTest() function