Home
last modified time | relevance | path

Searched refs:isActive (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DDiagnostic.h894 bool isActive() const { return IsActive; } in isActive() function
906 if (!isActive()) return false; in Emit()
960 assert(isActive() && "Clients must not add to cleared diagnostic!"); in AddString()
968 assert(isActive() && "Clients must not add to cleared diagnostic!"); in AddTaggedVal()
976 assert(isActive() && "Clients must not add to cleared diagnostic!"); in AddSourceRange()
983 assert(isActive() && "Clients must not add to cleared diagnostic!"); in AddFixItHint()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCleanup.h257 EHCleanupScope(bool isNormal, bool isEH, bool isActive, in EHCleanupScope() argument
265 CleanupBits.IsActive = isActive; in EHCleanupScope()
286 bool isActive() const { return CleanupBits.IsActive; } in isActive() function
DCGCleanup.cpp131 if (cleanup.isActive()) return si; in getInnermostActiveNormalCleanup()
142 if (cleanup && !cleanup->isActive()) { in getInnermostActiveEHScope()
569 bool IsActive = Scope.isActive(); in PopCleanupBlock()
1101 assert(!Scope.isActive() && "double activation"); in ActivateCleanupBlock()
1113 assert(Scope.isActive() && "double deactivation"); in DeactivateCleanupBlock()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h584 bool isActive; variable
595 isActive = true; in TentativeParsingAction()
598 assert(isActive && "Parsing action was finished!"); in Commit()
602 isActive = false; in Commit()
605 assert(isActive && "Parsing action was finished!"); in Revert()
613 isActive = false; in Revert()
616 assert(!isActive && "Forgot to call Commit or Revert!"); in ~TentativeParsingAction()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h910 if (!isActive()) return; in ~SemaDiagnosticBuilder()