Home
last modified time | relevance | path

Searched refs:shouldAbort (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/libclang/
DIndexing.cpp332 return !IndexCtx.shouldAbort(); in HandleTopLevelDecl()
731 if (IdxCtx.shouldAbort()) in topLevelDeclVisitor()
DIndexingContext.h366 bool shouldAbort();
DIndexingContext.cpp228 bool IndexingContext::shouldAbort() { in shouldAbort() function in IndexingContext