Home
last modified time | relevance | path

Searched refs:returnWithErrorInTest (Results 1 – 3 of 3) 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
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp6257 if (Importer.returnWithErrorInTest()) in VisitGCCAsmStmt()