Searched defs:ASTFileSignature (Results 1 – 1 of 1) sorted by relevance
58 struct ASTFileSignature : std::array<uint8_t, 20> { struct63 ASTFileSignature(BaseT S = {{0}}) : BaseT(std::move(S)) {} in BaseT() argument81 static ASTFileSignature create(std::array<uint8_t, 20> Bytes) { in create() argument85 static ASTFileSignature createDISentinel() { in createDISentinel() argument91 static ASTFileSignature createDummy() { in createDummy() argument98 static ASTFileSignature create(InputIt First, InputIt Last) { in create() argument