Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DParsedAST.cpp99 std::vector<Decl *> takeTopLevelDecls() { return std::move(TopLevelDecls); } in takeTopLevelDecls() function in clang::clangd::__anon4ed14c920111::ClangdFrontendAction
418 std::vector<Decl *> ParsedDecls = Action->takeTopLevelDecls(); in build()
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp1024 std::vector<Decl *> takeTopLevelDecls() { return std::move(TopLevelDecls); } in takeTopLevelDecls() function in __anon2736a9610411::ASTUnitPreambleCallbacks