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

  /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());
  /external/clang/lib/AST/
DeclCXX.cpp 39 assert(Impl.Decls.isLazy() && "getFromExternalSource for non-lazy set");
    [all...]

Completed in 55 milliseconds