Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Frontend/
DASTUnit.h175 using FileDeclsTy = llvm::DenseMap<FileID, std::unique_ptr<LocDeclsTy>>; variable
179 FileDeclsTy FileDecls;
/external/clang/include/clang/Frontend/
DASTUnit.h149 typedef llvm::DenseMap<FileID, LocDeclsTy *> FileDeclsTy; typedef
153 FileDeclsTy FileDecls;
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp2467 FileDeclsTy::iterator I = FileDecls.find(File); in findFileRegionDecls()
/external/clang/lib/Frontend/
DASTUnit.cpp2630 FileDeclsTy::iterator I = FileDecls.find(File); in findFileRegionDecls()