HomeSort by relevance Sort by last modified time
    Searched refs:CaptureType (Results 1 - 5 of 5) sorted by null

  /external/easymock/src/org/easymock/
CaptureType.java 23 public enum CaptureType {
Capture.java 33 private CaptureType type;
41 this(CaptureType.LAST);
50 public Capture(CaptureType type) {
  /external/clang/include/clang/Sema/
ScopeInfo.h 179 QualType CaptureType;
184 QualType CaptureType, Expr *Cpy)
187 CaptureType(CaptureType){}
191 QualType CaptureType, Expr *Cpy)
193 EllipsisLoc(), CaptureType(CaptureType) { }
216 QualType getCaptureType() const { return CaptureType; }
248 QualType CaptureType, Expr *Cpy) {
250 EllipsisLoc, CaptureType, Cpy))
    [all...]
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 71 milliseconds