Searched defs:ASTFileSignature (Results 1 – 2 of 2) sorted by relevance
56 struct ASTFileSignature : std::array<uint8_t, 20> { struct61 ASTFileSignature(BaseT S = {{0}}) : BaseT(std::move(S)) {} in BaseT() argument74 static ASTFileSignature create(StringRef Bytes) { in create() argument78 static ASTFileSignature createDISentinel() { in createDISentinel() argument85 static ASTFileSignature create(InputIt First, InputIt Last) { in create() argument
91 typedef unsigned ASTFileSignature; typedef