Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h175 using FileDeclsTy = llvm::DenseMap<FileID, std::unique_ptr<LocDeclsTy>>; variable
179 FileDeclsTy FileDecls;
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp2443 FileDeclsTy::iterator I = FileDecls.find(File); in findFileRegionDecls()