Searched defs:getDeclID (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ | ||
H A D | InterpBlock.h | 73 std::optional<unsigned> getDeclID() const { return DeclID; } getDeclID() function |
H A D | Pointer.h | 335 std::optional<unsigned> getDeclID() const { getDeclID() function |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 5722 DeclID ASTWriter::getDeclID(const Decl *D) { getDeclID() function in ASTWriter |