Searched refs:getFromExternalSource (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h96 void getFromExternalSource(ASTContext &C) const;
101 getFromExternalSource(C);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp64 void LazyASTUnresolvedSet::getFromExternalSource(ASTContext &C) const { function in class:LazyASTUnresolvedSet
66 assert(Impl.Decls.isLazy() && "getFromExternalSource for non-lazy set");
67 assert(Source && "getFromExternalSource with no external source");

Completed in 73 milliseconds