Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DASTUnit.h146 typedef SmallVector<std::pair<unsigned, Decl *>, 64> LocDeclsTy; typedef
147 typedef llvm::DenseMap<FileID, LocDeclsTy *> FileDeclsTy;
/external/clang/lib/Frontend/
DASTUnit.cpp2562 LocDeclsTy *&Decls = FileDecls[FID]; in addFileLevelDecl()
2564 Decls = new LocDeclsTy(); in addFileLevelDecl()
2573 LocDeclsTy::iterator I = std::upper_bound(Decls->begin(), Decls->end(), in addFileLevelDecl()
2594 LocDeclsTy &LocDecls = *I->second; in findFileRegionDecls()
2598 LocDeclsTy::iterator BeginIt = in findFileRegionDecls()
2612 LocDeclsTy::iterator EndIt = std::upper_bound( in findFileRegionDecls()
2618 for (LocDeclsTy::iterator DIt = BeginIt; DIt != EndIt; ++DIt) in findFileRegionDecls()