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.cpp2477 std::pair<unsigned, Decl *> LocDecl(Offset, D); in addFileLevelDecl() local
2480 Decls->push_back(LocDecl); in addFileLevelDecl()
2485 llvm::upper_bound(*Decls, LocDecl, llvm::less_first()); in addFileLevelDecl()
2487 Decls->insert(I, LocDecl); in addFileLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6980 std::pair<unsigned, LocalDeclID> LocDecl(Offset, ID); in associateDeclWithFile() local
6982 Decls.push_back(LocDecl); in associateDeclWithFile()