Home
last modified time | relevance | path

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