Home
last modified time | relevance | path

Searched defs:isActive (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.h266 EHCleanupScope(bool isNormal, bool isEH, bool isActive, in EHCleanupScope()
297 bool isActive() const { return CleanupBits.IsActive; } in isActive() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h908 bool isActive() const { return IsActive; } in isActive() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h649 bool isActive; variable