Searched defs:getDeclID (Results 1 – 3 of 3) sorted by relevance
73 std::optional<unsigned> getDeclID() const { return DeclID; } in getDeclID() function
279 std::optional<unsigned> getDeclID() const { return Pointee->getDeclID(); } in getDeclID() function
5618 DeclID ASTWriter::getDeclID(const Decl *D) { in getDeclID() function in ASTWriter