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::__anon3ba0ddf90111::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 __anon8e7ac3c80411::ASTUnitPreambleCallbacks