Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DASTUnit.h148 typedef SmallVector<std::pair<unsigned, Decl *>, 64> LocDeclsTy; typedef
149 typedef llvm::DenseMap<FileID, LocDeclsTy *> FileDeclsTy;
/external/clang/lib/Frontend/
DASTUnit.cpp2592 LocDeclsTy *&Decls = FileDecls[FID]; in addFileLevelDecl()
2594 Decls = new LocDeclsTy(); in addFileLevelDecl()
2603 LocDeclsTy::iterator I = std::upper_bound(Decls->begin(), Decls->end(), in addFileLevelDecl()
2624 LocDeclsTy &LocDecls = *I->second; in findFileRegionDecls()
2628 LocDeclsTy::iterator BeginIt = in findFileRegionDecls()
2642 LocDeclsTy::iterator EndIt = std::upper_bound( in findFileRegionDecls()
2648 for (LocDeclsTy::iterator DIt = BeginIt; DIt != EndIt; ++DIt) in findFileRegionDecls()