Searched defs:ASTFileSignature (Results 1 – 1 of 1) sorted by relevance
57 struct ASTFileSignature : std::array<uint8_t, 20> { struct62 ASTFileSignature(BaseT S = {{0}}) : BaseT(std::move(S)) {} in BaseT() argument75 static ASTFileSignature create(std::array<uint8_t, 20> Bytes) { in create() argument79 static ASTFileSignature createDISentinel() { in createDISentinel() argument85 static ASTFileSignature createDummy() { in createDummy() argument92 static ASTFileSignature create(InputIt First, InputIt Last) { in create() argument