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.cpp2602 LocDeclsTy *&Decls = FileDecls[FID]; in addFileLevelDecl()
2604 Decls = new LocDeclsTy(); in addFileLevelDecl()
2613 LocDeclsTy::iterator I = std::upper_bound(Decls->begin(), Decls->end(), in addFileLevelDecl()
2634 LocDeclsTy &LocDecls = *I->second; in findFileRegionDecls()
2638 LocDeclsTy::iterator BeginIt = in findFileRegionDecls()
2652 LocDeclsTy::iterator EndIt = std::upper_bound( in findFileRegionDecls()
2658 for (LocDeclsTy::iterator DIt = BeginIt; DIt != EndIt; ++DIt) in findFileRegionDecls()