Home
last modified time | relevance | path

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

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