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.cpp180 for (Decl *D : S.WeakTopLevelDecls()) in ParseAST()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp85 for (Decl *D : S.WeakTopLevelDecls()) { in ParseOrWrapTopLevelDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4846 SmallVectorImpl<Decl *> &WeakTopLevelDecls() { return WeakTopLevelDecl; } in WeakTopLevelDecls() function