Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2465 std::pair<unsigned, Decl *> LocDecl(Offset, D); in addFileLevelDecl() local
2468 Decls->push_back(LocDecl); in addFileLevelDecl()
2473 llvm::upper_bound(*Decls, LocDecl, llvm::less_first()); in addFileLevelDecl()
2475 Decls->insert(I, LocDecl); in addFileLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6327 std::pair<unsigned, LocalDeclID> LocDecl(Offset, ID); in associateDeclWithFile() local
6329 Decls.push_back(LocDecl); in associateDeclWithFile()