Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h57 struct ASTFileSignature : std::array<uint8_t, 20> { struct
62 ASTFileSignature(BaseT S = {{0}}) : BaseT(std::move(S)) {} in BaseT() argument
75 static ASTFileSignature create(std::array<uint8_t, 20> Bytes) { in create() argument
79 static ASTFileSignature createDISentinel() { in createDISentinel() argument
85 static ASTFileSignature createDummy() { in createDummy() argument
92 static ASTFileSignature create(InputIt First, InputIt Last) { in create() argument