Home
last modified time | relevance | path

Searched defs:getDeclID (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h73 std::optional<unsigned> getDeclID() const { return DeclID; } getDeclID() function
H A DPointer.h335 std::optional<unsigned> getDeclID() const { getDeclID() function
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5722 DeclID ASTWriter::getDeclID(const Decl *D) { getDeclID() function in ASTWriter