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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.h257 EHCleanupScope(bool isNormal, bool isEH, bool isActive,
265 CleanupBits.IsActive = isActive;
286 bool isActive() const { return CleanupBits.IsActive; }
H A DCGCleanup.cpp131 if (cleanup.isActive()) return si;
142 if (cleanup && !cleanup->isActive()) {
569 bool IsActive = Scope.isActive();
1101 assert(!Scope.isActive() && "double activation");
1113 assert(Scope.isActive() && "double deactivation");
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h894 bool isActive() const { return IsActive; } function in class:clang::DiagnosticBuilder
906 if (!isActive()) return false;
960 assert(isActive() && "Clients must not add to cleared diagnostic!");
968 assert(isActive() && "Clients must not add to cleared diagnostic!");
976 assert(isActive() && "Clients must not add to cleared diagnostic!");
983 assert(isActive() && "Clients must not add to cleared diagnostic!");
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h584 bool isActive; member in class:clang::Parser::TentativeParsingAction
595 isActive = true;
598 assert(isActive && "Parsing action was finished!");
602 isActive = false;
605 assert(isActive && "Parsing action was finished!");
613 isActive = false;
616 assert(!isActive && "Forgot to call Commit or Revert!");
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h910 if (!isActive()) return;

Completed in 178 milliseconds