Searched refs:isLazy (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DASTUnresolvedSet.h29 bool isLazy() const { return getTag(); } function in struct:clang::ASTUnresolvedSet::DeclsTy
95 if (Impl.Decls.isLazy())
102 assert(Impl.empty() || Impl.Decls.isLazy());
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8LazyEventListener.h56 virtual bool isLazy() const OVERRIDE { return true; }
H A DV8AbstractEventListener.h75 virtual bool isLazy() const { return false; } function in class:blink::V8AbstractEventListener
/external/clang/lib/AST/
H A DDeclCXX.cpp39 assert(Impl.Decls.isLazy() && "getFromExternalSource for non-lazy set");

Completed in 995 milliseconds