OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CurrentContext
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp
510
const StackFrameContext *
CurrentContext
= LCtx->getCurrentStackFrame();
512
if (VarContext ==
CurrentContext
) {
537
return VarContext->isParentOf(
CurrentContext
);
/external/llvm/lib/Support/
CrashRecoveryContext.cpp
24
static sys::ThreadLocal<const CrashRecoveryContextImpl>
CurrentContext
;
35
CurrentContext
.set(this);
38
CurrentContext
.erase();
44
CurrentContext
.erase();
91
const CrashRecoveryContextImpl *CRCI =
CurrentContext
.get();
150
const CrashRecoveryContextImpl *CRCI =
CurrentContext
.get();
232
const CrashRecoveryContextImpl *CRCI =
CurrentContext
.get();
Completed in 48 milliseconds