Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseAST.cpp172 for (Decl *D : S.WeakTopLevelDecls()) in ParseAST()
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DIncrementalParser.cpp195 for (Decl *D : S.WeakTopLevelDecls()) { in ParseOrWrapTopLevelDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2026 SmallVectorImpl<Decl *> &WeakTopLevelDecls() { return WeakTopLevelDecl; } in WeakTopLevelDecls() function