Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp2416 std::pair<unsigned, Decl *> LocDecl(Offset, D); in addFileLevelDecl() local
2419 Decls->push_back(LocDecl); in addFileLevelDecl()
2424 llvm::upper_bound(*Decls, LocDecl, llvm::less_first()); in addFileLevelDecl()
2426 Decls->insert(I, LocDecl); in addFileLevelDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp5287 std::pair<unsigned, serialization::DeclID> LocDecl(Offset, ID); in associateDeclWithFile() local
5291 Decls.push_back(LocDecl); in associateDeclWithFile()
5296 llvm::upper_bound(Decls, LocDecl, llvm::less_first()); in associateDeclWithFile()
5298 Decls.insert(I, LocDecl); in associateDeclWithFile()