HomeSort by: relevance | last modified time | path
    Searched refs:getFromExternalSource (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTUnresolvedSet.h 96 void getFromExternalSource(ASTContext &C) const;
101 getFromExternalSource(C);
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 64 void LazyASTUnresolvedSet::getFromExternalSource(ASTContext &C) const {
66 assert(Impl.Decls.isLazy() && "getFromExternalSource for non-lazy set");
67 assert(Source && "getFromExternalSource with no external source");

Completed in 17 milliseconds