Home
last modified time | relevance | path

Searched refs:isLazy (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DASTUnresolvedSet.h29 bool isLazy() const { return getTag(); } in isLazy() function
95 if (Impl.Decls.isLazy()) in get()
102 assert(Impl.empty() || Impl.Decls.isLazy()); in addLazyDecl()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8LazyEventListener.h56 virtual bool isLazy() const OVERRIDE { return true; } in isLazy() function
DV8AbstractEventListener.h75 virtual bool isLazy() const { return false; } in isLazy() function
/external/clang/lib/AST/
DDeclCXX.cpp39 assert(Impl.Decls.isLazy() && "getFromExternalSource for non-lazy set"); in getFromExternalSource()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1866 bool isLazy = gvNeedsLazyPtr(MO1.getGlobal());
1868 NeedStub, isLazy);