OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaptureMap
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Sema/
ScopeInfo.h
495
///
CaptureMap
- A map of captured variables to (index+1) into Captures.
496
llvm::DenseMap<VarDecl*, unsigned>
CaptureMap
;
518
CaptureMap
[Var] = Captures.size();
542
return
CaptureMap
.count(Var);
552
return Captures[
CaptureMap
[Var] - 1];
557
=
CaptureMap
.find(Var);
558
assert(Known !=
CaptureMap
.end() && "Variable has not been captured");
/external/clang/lib/Sema/
SemaExpr.cpp
[
all
...]
TreeTransform.h
[
all
...]
Completed in 130 milliseconds