Searched defs:getDeclID (Results 1 – 5 of 5) sorted by relevance
56 uint64_t getDeclID() const { in getDeclID() function
50 uint64_t getDeclID() const { return I->getDeclID(); } in getDeclID() function
80 std::optional<unsigned> getDeclID() const { return DeclID; } in getDeclID() function
512 std::optional<unsigned> getDeclID() const { in getDeclID() function
6265 LocalDeclID ASTWriter::getDeclID(const Decl *D) { in getDeclID() function in ASTWriter