Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexing.cpp124 return !IndexCtx.shouldAbort(); in HandleTopLevelDecl()
476 if (IdxCtx.shouldAbort()) in indexTranslationUnit()
485 if (IdxCtx.shouldAbort()) in indexTranslationUnit()
DIndexingContext.h373 bool shouldAbort();
DIndexingContext.cpp207 bool IndexingContext::shouldAbort() { in shouldAbort() function in IndexingContext