Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h174 using FileDeclsTy = llvm::DenseMap<FileID, std::unique_ptr<LocDeclsTy>>; variable
178 FileDeclsTy FileDecls;
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp2470 FileDeclsTy::iterator I = FileDecls.find(File); in findFileRegionDecls()