Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterpBlock.h73 std::optional<unsigned> getDeclID() const { return DeclID; } in getDeclID() function
H A DPointer.h279 std::optional<unsigned> getDeclID() const { return Pointee->getDeclID(); } in getDeclID() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp5618 DeclID ASTWriter::getDeclID(const Decl *D) { in getDeclID() function in ASTWriter