Home
last modified time | relevance | path

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

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