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

  /external/clang/include/clang/AST/
ASTUnresolvedSet.h 91 void getFromExternalSource(ASTContext &C) const;
96 getFromExternalSource(C);
  /external/clang/lib/AST/
DeclCXX.cpp 37 void LazyASTUnresolvedSet::getFromExternalSource(ASTContext &C) const {
39 assert(Impl.Decls.isLazy() && "getFromExternalSource for non-lazy set");
40 assert(Source && "getFromExternalSource with no external source");
    [all...]

Completed in 47 milliseconds