Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp2415 std::pair<unsigned, Decl *> LocDecl(Offset, D); in addFileLevelDecl() local
2418 Decls->push_back(LocDecl); in addFileLevelDecl()
2423 LocDecl, llvm::less_first()); in addFileLevelDecl()
2425 Decls->insert(I, LocDecl); in addFileLevelDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp5589 std::pair<unsigned, serialization::DeclID> LocDecl(Offset, ID); in associateDeclWithFile() local
5593 Decls.push_back(LocDecl); in associateDeclWithFile()
5598 std::upper_bound(Decls.begin(), Decls.end(), LocDecl, llvm::less_first()); in associateDeclWithFile()
5600 Decls.insert(I, LocDecl); in associateDeclWithFile()