Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp181 for (Decl *D : S.WeakTopLevelDecls()) in ParseAST()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp292 for (Decl *D : S.WeakTopLevelDecls()) { in ParseOrWrapTopLevelDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4460 SmallVectorImpl<Decl *> &WeakTopLevelDecls() { return WeakTopLevelDecl; } in WeakTopLevelDecls() function