HomeSort by relevance Sort by last modified time
    Searched defs:isLazy (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8AbstractEventListener.h 75 virtual bool isLazy() const { return false; }
  /external/clang/include/clang/AST/
ASTUnresolvedSet.h 29 bool isLazy() const { return getTag(); }
95 if (Impl.Decls.isLazy())
102 assert(Impl.empty() || Impl.Decls.isLazy());

Completed in 55 milliseconds