Home
last modified time | relevance | path

Searched refs:WeakTopLevelDecls (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseAST.cpp167 for (Decl *D : S.WeakTopLevelDecls()) in ParseAST()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1392 SmallVectorImpl<Decl *> &WeakTopLevelDecls() { return WeakTopLevelDecl; } in WeakTopLevelDecls() function